mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-18 16:08:13 +00:00
6 lines
119 B
TOML
6 lines
119 B
TOML
[build]
|
|
functions = ".netlify/functions"
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/.netlify/functions/app"
|
|
status = 200
|