Commit
·
d1ab4c2
1
Parent(s):
cc07e2b
fix: update root endpoint message for clarity
Browse files- 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..."}
|