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
Branches
Tags
No related merge requests found
...@@ -239,7 +239,7 @@ function startServer() { ...@@ -239,7 +239,7 @@ function startServer() {
} }
}); });
}); });
http.createServer(app).listen(3000); http.createServer(app).listen(80);
} }
unlockAccount(); unlockAccount();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment