#http status codes

1 messages · Page 1 of 1 (latest)

grand tangle
#

how do I send status codes with my response I send in Bun.serve?

fleet current
#
return Response.json({ error: `Route not found for ${request.url}` }, { status: 404 });
grand tangle
#

ty