Skip to content

Commit

Permalink
fix: route for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Aug 25, 2022
1 parent 38d9796 commit 8d5866f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/access-api/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ id = "ea17f472b37a43d29c1faf7af9512e03"
# Staging
[env.staging]
name = "w3access-staging"
routes = [{ pattern = "access-api-stating.web3.storage", custom_domain = true }]
routes = [{ pattern = "access-api-staging.web3.storage", custom_domain = true }]

[env.staging.vars]
ENV = "staging"
Expand Down

0 comments on commit 8d5866f

Please sign in to comment.