mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
Revert "set default port to 5000"
This reverts commit 7021bdb606f3c8a674844632082287aac8fd12fb.
This commit is contained in:
parent
5f0a3dcb63
commit
9bedd94bab
@ -81,7 +81,7 @@ function requestHandler(req, res) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var boot = module.exports = function () {
|
var boot = module.exports = function () {
|
||||||
http.createServer(requestHandler).listen(process.env.PORT || 5000);
|
http.createServer(requestHandler).listen(process.env.PORT || 3000);
|
||||||
};
|
};
|
||||||
|
|
||||||
if (require.main === module) {
|
if (require.main === module) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user