Skip to content

Commit

Permalink
Merge pull request #9 from stateless-solutions/list-fix
Browse files Browse the repository at this point in the history
fix: the current regions list endpoint
  • Loading branch information
blockjoe authored Jan 8, 2024
2 parents df5fbed + db50148 commit 3bc3d09
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 3bc3d09

Please sign in to comment.