From ae6897276df58d656bfc398d3cf36e25fa047bf0 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Wed, 9 Mar 2022 03:21:33 +0200 Subject: arrival message --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"} -- cgit v1.2.3