Created
September 24, 2022 11:53
-
-
Save viggin543/7bf6fb6a365150aca5ca6c7453a2e071 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [[redirects]] | |
| from = "/api/*" | |
| to = "https://api.foo-prod.bar/api/:splat" | |
| status = 200 | |
| force = true | |
| [[redirects]] | |
| from = "/stage/api/*" | |
| to = "https://api.foo-stage.bar/api/:splat" | |
| status = 200 | |
| force = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment