diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-09 03:21:33 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-09 03:21:33 +0200 |
commit | ae6897276df58d656bfc398d3cf36e25fa047bf0 (patch) | |
tree | 2c119602a9c281304cfaabe20bf470deb188a53d | |
parent | 3cb19ab9104d4cce134f9e6ac4d19cb2a1ad6011 (diff) |
arrival message
-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"} |