Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emmdim committed Dec 27, 2024
1 parent 2c95e11 commit 20fc22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ const (
// GET /subscriptions/checkout/{sessionID} to get the checkout session information
subscriptionsCheckoutSession = "/subscriptions/checkout/{sessionID}"
// GET /subscriptions/portal to get the stripe subscription portal URL
subscriptionsPortal = "/subscriptions/{address}/portal/"
subscriptionsPortal = "/subscriptions/{address}/portal"
)

0 comments on commit 20fc22b

Please sign in to comment.