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