This commit is contained in:
maruizhi
2026-09-21 14:44:11 +08:00
parent bf7073be09
commit f99fa66ffe
11 changed files with 213 additions and 229 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
from fastapi import FastAPI
from api.student_api import *
from api.student_api import StudentAPI
app = FastAPI()
app.include_router(studentapi)
app.include_router(StudentAPI)