mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-21 09:52:50 +02:00
3 lines
88 B
JavaScript
3 lines
88 B
JavaScript
export function new_headers() {
|
|
return new Headers({'Content-Type': 'text/plain'});
|
|
}
|