fffiloni commited on
Commit
42d0842
1 Parent(s): 23a7bce

Update index.mjs

Browse files
Files changed (1) hide show
  1. index.mjs +2 -2
index.mjs CHANGED
@@ -60,8 +60,8 @@ async function asyncAPICall(data, socket) {
60
 
61
 
62
 
63
- httpServer.listen(1234);
64
- console.log("App running on localhost:1234")
65
 
66
 
67
 
 
60
 
61
 
62
 
63
+ httpServer.listen(7860);
64
+ console.log("App running on localhost:7860")
65
 
66
 
67