浏览代码

Updated root endpoint return

Vsevolod Levitan 2 月之前
父节点
当前提交
873a5b9db8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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ы!"}