1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-07 14:40:55 +00:00

Merge remote-tracking branch 'origin/3.0' into gh-pages

This commit is contained in:
github-actions 2020-10-24 06:35:17 +00:00
commit 76c3edbcb4

View File

@ -70,7 +70,7 @@ app.add_middleware(
allow_headers=["*"],
)
app.include_router(index.router, tags=["controller"])
app.include_router(index.router, tags=["Index"])
app.include_router(controller.router, prefix="/v2")
app.mount("/v2/compute", compute_api)