You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if I explicitly tell call a function that sets the code to 200, it is still 404. Try it out at https://replit.com/@almenon/ABCStatusError#index.ts by running it and then running curl -I localhost:8080/healthz in the terminal.
Even if I explicitly tell call a function that sets the code to 200, it is still 404. Try it out at https://replit.com/@almenon/ABCStatusError#index.ts by running it and then running
curl -I localhost:8080/healthzin the terminal.