randydev commited on
Commit
37ffed7
·
verified ·
1 Parent(s): 15fe565

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -3,7 +3,7 @@ import { randomBytes } from "crypto";
3
  const app = express();
4
 
5
  const startServer = async (app) => {
6
- await startup();
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'))