Add /refresh to allowed public endpoints list in route auth test

This commit is contained in:
YueGuobin 2026-06-23 23:19:07 +08:00
parent 0e8d0cb87b
commit c8c14af9f4
No known key found for this signature in database

View File

@ -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"),