abc
abc copied to clipboard
Status Code is always 404
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.
Sidenote: I love how simple routing is, it's a beautifully minimalistic way to get a server started.