Files
Express_developer_docs/netlify.toml
2026-05-20 18:16:21 +05:30

17 lines
284 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 = "/*"
to = "/index.html"
status = 200