forked from caojinliang/StuManagerSys
Merge pull request '上传文件至「model」' (#1) from ck into main
Reviewed-on: wolin_ck666_999/StuManagerSys#1
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
__author__ = "ck"
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
__author__ = "ck"
|
||||||
Binary file not shown.
@@ -0,0 +1,5 @@
|
|||||||
|
from fastapi import FastAPI
|
||||||
|
from api.teaApi import t_router
|
||||||
|
app = FastAPI()
|
||||||
|
|
||||||
|
app.include_router(t_router)
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
__author__ = "ck"
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
__author__ = "ck"
|
||||||
Reference in New Issue
Block a user