abc icon indicating copy to clipboard operation
abc copied to clipboard

Status Code is always 404

Open Almenon opened this issue 1 year ago • 1 comments

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.

Almenon avatar Apr 07 '23 21:04 Almenon

Sidenote: I love how simple routing is, it's a beautifully minimalistic way to get a server started.

Almenon avatar Apr 07 '23 21:04 Almenon