mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-24 15:16:40 +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…
Reference in New Issue
Block a user