mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
fix: Remove outdated API redirects from netlify.toml (#13188)
This commit is contained in:
parent
441306a1de
commit
6355d6d509
1 changed files with 0 additions and 6 deletions
|
|
@ -9,12 +9,6 @@
|
|||
NODE_VERSION = "22.15.1"
|
||||
NPM_VERSION = "10.9.2"
|
||||
|
||||
[[redirects]]
|
||||
from = "/api/*"
|
||||
to = "https://gcpstage-server.tooljet.ai/api/:splat"
|
||||
status = 200
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue