mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Add /refresh to allowed public endpoints list in route auth test
This commit is contained in:
parent
0e8d0cb87b
commit
c8c14af9f4
@ -38,6 +38,7 @@ ALLOWED_CONTROLLER_ENDPOINTS = [
|
||||
("/v3/version", "POST"),
|
||||
("/v3/access/users/login", "POST"),
|
||||
("/v3/access/users/authenticate", "POST"),
|
||||
("/v3/access/users/refresh", "POST"),
|
||||
("/v3/symbols", "GET"),
|
||||
("/v3/symbols/{symbol_id:path}/raw", "GET"),
|
||||
("/v3/symbols/{symbol_id:path}/dimensions", "GET"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user