mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-25 01:38:08 +00:00
Change tag for index routes.
This commit is contained in:
parent
f3a7eba796
commit
b2fb2442c8
@ -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