healthcheck funcionando

This commit is contained in:
2025-11-04 12:56:53 +00:00
commit 08d40caefc
10 changed files with 285 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from healthchecks!")
if __name__ == "__main__":
main()