mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-21 09:52:50 +02:00
3 lines
79 B
JavaScript
3 lines
79 B
JavaScript
export function new_response() {
|
|
return new Response(null, {status: 501});
|
|
}
|