1
0
Fork 0
mirror of https://github.com/kou029w/http-echo.git synced 2025-01-18 16:08:13 +00:00
http-echo/vercel.json

5 lines
74 B
JSON
Raw Normal View History

2020-05-16 20:08:33 +09:00
{
"version": 2,
"routes": [{ "src": "/.*", "dest": "/api/app.js" }]
}