Skip to content

Commit

Permalink
fix(api): less inclusive test token endpoint routing
Browse files Browse the repository at this point in the history
  • Loading branch information
haatveit committed Sep 18, 2023
1 parent f490816 commit c2af39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsdfileapi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2760,7 +2760,7 @@ class Backends:
("/v1/all/config", ConfigHandler),
],
"token": [
("/v1/(.+)/token", TestTokenHandler),
("/v1/([^/]+)/token", TestTokenHandler),
],
}

Expand Down

0 comments on commit c2af39c

Please sign in to comment.