diff options
Diffstat (limited to 'app/main.py')
-rw-r--r-- | app/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.py b/app/main.py index 91111eb..d35f8c4 100644 --- a/app/main.py +++ b/app/main.py @@ -25,4 +25,4 @@ app.include_router(vote.router) @app.get("/") async def root(): - return {"message" : "Hellow piipl"} + return {"message" : "What is good!! add /docs to url"} |