Update index.js
Browse files
index.js
CHANGED
@@ -3,7 +3,7 @@ import { randomBytes } from "crypto";
|
|
3 |
const app = express();
|
4 |
|
5 |
const startServer = async (app) => {
|
6 |
-
|
7 |
app.listen(port, "0.0.0.0", () => {
|
8 |
console.log(`Server running on http://localhost:${port}`);
|
9 |
console.log(randomBytes(32).toString('hex'))
|
|
|
3 |
const app = express();
|
4 |
|
5 |
const startServer = async (app) => {
|
6 |
+
const port = 7860
|
7 |
app.listen(port, "0.0.0.0", () => {
|
8 |
console.log(`Server running on http://localhost:${port}`);
|
9 |
console.log(randomBytes(32).toString('hex'))
|