mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 02:34:38 -05:00
change port lol
This commit is contained in:
parent
bfc6174575
commit
51f20b5e8c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ function initlog(args) {
|
|||
* @param {string} [port="3000"] - The port to listen on
|
||||
*/
|
||||
function init(app, port) {
|
||||
if (!port) port = "3000";
|
||||
if (!port) port = "6003";
|
||||
try {
|
||||
app.listen(port, () => {
|
||||
initlog("Loading Poketube: success!" + " on port " + port);
|
||||
|
|
Loading…
Reference in a new issue