Files
Express_developer_docs/netlify.toml
2026-05-22 11:08:17 +05:30

23 lines
390 B
TOML

[[redirects]]
from = "/live/*"
to = "https://jupiter.nearle.app/live/:splat"
status = 200
force = true
[[redirects]]
from = "/api/*"
to = "https://api.workolik.com/api/:splat"
status = 200
force = true
[[redirects]]
from = "/v1/*"
to = "https://api.workolik.com/v1/:splat"
status = 200
force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200