mrz
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
from fastapi import FastAPI
|
from fastapi import FastAPI
|
||||||
from api.student_api import StudentAPI
|
from api.student_api import StudentAPI
|
||||||
|
from api.statistics_api import StatisticsAPI
|
||||||
app = FastAPI()
|
app = FastAPI()
|
||||||
|
|
||||||
app.include_router(StudentAPI)
|
app.include_router(StudentAPI)
|
||||||
|
app.include_router(StatisticsAPI)
|
||||||
|
|||||||
Reference in New Issue
Block a user