Commit 789d86ac authored by 于飞's avatar 于飞

添加路由

parent 17966b76
......@@ -109,6 +109,7 @@ def mount_routers(app: FastAPI):
app.include_router(login, prefix="/api/v2/auth", tags=["System"])
app.include_router(views, prefix="/api/v2/vadmin/auth", tags=["System"])
app.include_router(system_views, prefix="/api/v2/vadmin/system", tags=["System"])
app.include_router(word_views, prefix="/api/v2/vadmin/word", tags=["Word"])
def mount_static_files(app: FastAPI):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment