v
This commit is contained in:
@@ -10,7 +10,7 @@ const { initDb, getDb } = require('./src/db');
|
|||||||
const authService = require('./src/auth');
|
const authService = require('./src/auth');
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
const PORT = process.env.PORT || 3000;
|
const PORT = process.env.PORT || 3457;
|
||||||
|
|
||||||
app.use(express.json());
|
app.use(express.json());
|
||||||
app.use(express.urlencoded({ extended: true }));
|
app.use(express.urlencoded({ extended: true }));
|
||||||
|
|||||||
Reference in New Issue
Block a user