chore: add comment

This commit is contained in:
100gle
2023-06-15 21:13:09 +08:00
parent 634fd155fb
commit 79d30ab8bb

View File

@@ -46,6 +46,8 @@ def create_app() -> ASGIApp:
# mount dist
mount_dist(app)
# mount router
app.include_router(proxy_router)
app.include_router(v1, prefix="/api")