Skip to content

Commit

Permalink
fix: the current regions list endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
blockjoe committed Jan 8, 2024
1 parent df5fbed commit db50148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stateless/cli/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ class V1Routes:
LIST_PROVIDERS = PROVIDERS + "/list"

REGIONS = BaseUrl.V1 + "/regions"
LIST_REGIONS = REGIONS + "/list"
LIST_REGIONS = REGIONS + "/"

0 comments on commit db50148

Please sign in to comment.