change server port from 3000 to 3100
This commit is contained in:
parent
1f720bbec3
commit
1f197899bd
@ -5,7 +5,7 @@ const path = require("path");
|
|||||||
const sqlite3 = require("sqlite3").verbose();
|
const sqlite3 = require("sqlite3").verbose();
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
const PORT = process.env.PORT || 3000;
|
const PORT = process.env.PORT || 3100;
|
||||||
|
|
||||||
app.use(express.json());
|
app.use(express.json());
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user