Spaces:
Running
Running
Update server.js
Browse files
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 ||
|
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)));
|