mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-01 23:10:52 +00:00
Remove stray file that is instead found in netcon.
This commit is contained in:
parent
536b7000bc
commit
23eaafc4eb
@ -1,7 +0,0 @@
|
|||||||
var http = require('http');
|
|
||||||
var server = http.createServer(function (request, response) {
|
|
||||||
response.writeHead(200, {"Content-Type": "text/plain"});
|
|
||||||
response.end("welcome to the machine!\n");
|
|
||||||
});
|
|
||||||
server.listen(8080);
|
|
||||||
console.log("Server running!");
|
|
Loading…
x
Reference in New Issue
Block a user