Rewrite to rust

This commit is contained in:
2023-08-09 23:57:16 +02:00
parent 5b38e731b2
commit a73ba00075
14 changed files with 2246 additions and 1277 deletions

View File

@@ -1,8 +0,0 @@
import httpx
response = httpx.get(
"http://localhost:8080/healthcheck",
)
print(f"HEALTHCHECK STATUS: {response.status_code}")
exit(0 if response.status_code == 200 else 1)