Archived
update: 更新了函数注释
This commit is contained in:
1 file changed
+1
-1
+1
-1
@@ -13,7 +13,7 @@ from fastapi import FastAPI
|
|||||||
|
|
||||||
def create_app():
|
def create_app():
|
||||||
"""
|
"""
|
||||||
Factory function
|
Create a app object
|
||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
app = FastAPI()
|
app = FastAPI()
|
||||||
|
|||||||
Reference in New Issue
Block a user