Netyfly App
UI: Next.js on :3000 — API: Express on :3001 (proxied via /api/)
Health
{
"status": "OK"
}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/)
{
"status": "OK"
}POST JSON to /api/echo and it will return it back.