1
0
Fork 0
mirror of https://github.com/kou029w/http-echo.git synced 2025-01-31 06:07:59 +00:00
http-echo/netlify.toml

7 lines
118 B
TOML
Raw Normal View History

2020-05-16 20:55:07 +09:00
[build]
2020-05-16 21:12:59 +09:00
functions = "netlify-functions"
2020-05-16 20:55:07 +09:00
[[redirects]]
from = "/*"
to = "/.netlify/functions/app"
status = 200