mrz
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user