mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-08 07:01:02 +00:00
Merge remote-tracking branch 'origin/3.0' into gh-pages
This commit is contained in:
commit
76c3edbcb4
@ -70,7 +70,7 @@ app.add_middleware(
|
|||||||
allow_headers=["*"],
|
allow_headers=["*"],
|
||||||
)
|
)
|
||||||
|
|
||||||
app.include_router(index.router, tags=["controller"])
|
app.include_router(index.router, tags=["Index"])
|
||||||
app.include_router(controller.router, prefix="/v2")
|
app.include_router(controller.router, prefix="/v2")
|
||||||
app.mount("/v2/compute", compute_api)
|
app.mount("/v2/compute", compute_api)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user