Browse Source

Updated root endpoint return

Vsevolod Levitan 2 months ago
parent
commit
873a5b9db8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -4,4 +4,4 @@ app = FastAPI()
 
 @app.get("/")
 def read_root():
-    return {"message": "Hello, Pivozavri!"}
+    return {"message": "Hello, Pivozavrы!"}