Skip to content

Commit

Permalink
fix: netlify api redirect rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Flexicon committed Jul 14, 2024
1 parent 7a6a96e commit 603a395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[redirects]]
from = "/api/*"
to = "https://latenightcommits-api-v2.nerfthis.xyz/:splat"
to = "https://latenightcommits-api.nerfthis.xyz/:splat"
status = 200
force = true
headers = {X-From = "Netlify"}
headers = {X-From = "Netlify"}

0 comments on commit 603a395

Please sign in to comment.