Update index.js
Browse files
index.js
CHANGED
|
@@ -5,7 +5,7 @@ const path = require("path");
|
|
| 5 |
const WebSocket = require("ws");
|
| 6 |
|
| 7 |
const app = express();
|
| 8 |
-
const port =
|
| 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 |
|