Netyfly App
UI: Next.js on :3000 — API: Express on :3001 (proxied via /api/)
Health
{
"ok": false,
"error": "fetch failed"
}Test echo
POST JSON to /api/echo and it will return it back.
UI: Next.js on :3000 — API: Express on :3001 (proxied via /api/)
{
"ok": false,
"error": "fetch failed"
}POST JSON to /api/echo and it will return it back.