mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-10 23:12:39 +00:00
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
|
export function new_headers() {
|
||
|
return new Headers({'Content-Type': 'text/plain'});
|
||
|
}
|