mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
test: add /v3/mcp/ to allowed public endpoints
This commit is contained in:
parent
f9f7ba7a53
commit
f1078a97e2
@ -41,7 +41,8 @@ ALLOWED_CONTROLLER_ENDPOINTS = [
|
||||
("/v3/symbols", "GET"),
|
||||
("/v3/symbols/{symbol_id:path}/raw", "GET"),
|
||||
("/v3/symbols/{symbol_id:path}/dimensions", "GET"),
|
||||
("/v3/symbols/default_symbols", "GET")
|
||||
("/v3/symbols/default_symbols", "GET"),
|
||||
("/v3/mcp/", "GET"),
|
||||
]
|
||||
|
||||
class TestRoutes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user