Skip to content
Snippets Groups Projects
Commit 824c18a7 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

nameservice: use port 80

Change-Id: I281a4dd016328466b87d4d0e76aa019c08a50832
parent 140fec0b
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ function startServer() {
}
});
});
http.createServer(app).listen(3000);
http.createServer(app).listen(80);
}
unlockAccount();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment