blob: 3dc3e1dc79dc21ce382d33ba7b340d4af3a94e05 [file] [log] [blame]
export function new_response() {
return new Response(null, {status: 501});
}