mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
change port lol
This commit is contained in:
parent
bfc6174575
commit
51f20b5e8c
@ -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 New Issue
Block a user