AstraOS commited on
Commit
aac78be
·
verified ·
1 Parent(s): 36b43cd

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -5,7 +5,7 @@ const path = require('path');
5
  const nhost = require('./nhostClient');
6
 
7
  const app = express();
8
- const PORT = process.env.PORT || 3000;
9
 
10
  app.use(express.json());
11
  app.use(express.static(path.join(__dirname)));
 
5
  const nhost = require('./nhostClient');
6
 
7
  const app = express();
8
+ const PORT = process.env.PORT || 7860;
9
 
10
  app.use(express.json());
11
  app.use(express.static(path.join(__dirname)));