diff options
| author | Elizabeth Hunt <elizabeth@simponic.xyz> | 2024-08-07 21:10:01 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth@simponic.xyz> | 2024-08-07 21:10:01 -0700 |
| commit | 9cdb7a145e5bc0167243e4fac0cad0b65533f97b (patch) | |
| tree | 39cc21aa6b50cd7fe1e0792a706463f8b964b59b /kennel/main.py | |
| parent | 514b0338844334aa4aaf332c6e29efb6a1aadaa6 (diff) | |
| download | kennel.hatecomputers.club-9cdb7a145e5bc0167243e4fac0cad0b65533f97b.tar.gz kennel.hatecomputers.club-9cdb7a145e5bc0167243e4fac0cad0b65533f97b.zip | |
add ci/cd
Diffstat (limited to 'kennel/main.py')
| -rw-r--r-- | kennel/main.py | 2 |
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("/") |
