DhanushMahesh commited on
Commit
d1ab4c2
·
1 Parent(s): cc07e2b

fix: update root endpoint message for clarity

Browse files
Files changed (1) hide show
  1. src/main.py +1 -1
src/main.py CHANGED
@@ -43,4 +43,4 @@ app.include_router(journal)
43
 
44
  @app.get("/")
45
  def root():
46
- return {"message": "API is running fine!"}
 
43
 
44
  @app.get("/")
45
  def root():
46
+ return {"message": "API is running fine!! Finally..."}