Skip to content

Commit

Permalink
Add health check endpoint at api/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tharun authored Jun 13, 2024
1 parent 796c62a commit c048fb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@

@app.get(settings.API_V1_STR)
async def home(request: Request):
return templates.TemplateResponse("base.html", {"request": request})
# return {"message": "Server is up"}
return {"message": "Server is up"}


app.include_router(dataset_router, prefix="", tags=["Compare Datasets"])
Expand Down

0 comments on commit c048fb4

Please sign in to comment.