aboutsummaryrefslogtreecommitdiff
path: root/kennel
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth@simponic.xyz>2024-08-07 21:10:01 -0700
committerElizabeth Hunt <elizabeth@simponic.xyz>2024-08-07 21:10:01 -0700
commit9cdb7a145e5bc0167243e4fac0cad0b65533f97b (patch)
tree39cc21aa6b50cd7fe1e0792a706463f8b964b59b /kennel
parent514b0338844334aa4aaf332c6e29efb6a1aadaa6 (diff)
downloadkennel.hatecomputers.club-9cdb7a145e5bc0167243e4fac0cad0b65533f97b.tar.gz
kennel.hatecomputers.club-9cdb7a145e5bc0167243e4fac0cad0b65533f97b.zip
add ci/cd
Diffstat (limited to 'kennel')
-rw-r--r--kennel/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kennel/main.py b/kennel/main.py
index 3cca2c0..4ec9fca 100644
--- a/kennel/main.py
+++ b/kennel/main.py
@@ -40,7 +40,7 @@ templates = Jinja2Templates(directory="templates")
@app.get("/healthcheck")
async def healthcheck():
- return Response()
+ return Response("hello")
@app.get("/")