Jonell01 commited on
Commit
7d117bc
·
verified ·
1 Parent(s): f407495

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -5,7 +5,7 @@ const path = require("path");
5
  const WebSocket = require("ws");
6
 
7
  const app = express();
8
- const port = 25689;
9
  const appstatePath = "appstate.json";
10
  const passcodePath = "pass.json";
11
 
 
5
  const WebSocket = require("ws");
6
 
7
  const app = express();
8
+ const port = 7860;
9
  const appstatePath = "appstate.json";
10
  const passcodePath = "pass.json";
11