mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 17:37:51 +01: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
|
* @param {string} [port="3000"] - The port to listen on
|
||||||
*/
|
*/
|
||||||
function init(app, port) {
|
function init(app, port) {
|
||||||
if (!port) port = "3000";
|
if (!port) port = "6003";
|
||||||
try {
|
try {
|
||||||
app.listen(port, () => {
|
app.listen(port, () => {
|
||||||
initlog("Loading Poketube: success!" + " on port " + port);
|
initlog("Loading Poketube: success!" + " on port " + port);
|
||||||
|
|
Loading…
Reference in a new issue