[READ-ONLY] Mirror of https://github.com/danielroe/repro-400.
0

Configure Feed

Select the types of activity you want to include in your feed.

repro-400 / nitro / server.ts
122 B 7 lines
1export default { 2 fetch(req: Request) { 3 return new Response('my custom response', { 4 status: 400 5 }) 6 }, 7};