mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-26 06:09:49 +00:00
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
|
export function new_response() {
|
||
|
return new Response(null, {status: 501});
|
||
|
}
|