chore: unify education management naming
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ from fastapi.responses import JSONResponse
|
||||
from .routers import accounts, admin, health, ingest, pages, records
|
||||
|
||||
|
||||
app = FastAPI(title="新时空教务管家", version="1.0.0")
|
||||
app = FastAPI(title="新时空教务管理系统", version="1.0.0")
|
||||
|
||||
|
||||
@app.exception_handler(ValueError)
|
||||
|
||||
Reference in New Issue
Block a user