bug fix for fly server
This commit is contained in:
parent
b3dcec17c0
commit
0defbfea5a
10 changed files with 33 additions and 21 deletions
|
|
@ -39,5 +39,5 @@ app.use(cors());
|
|||
app.use("/instructor", instructorRouter);
|
||||
app.use("/student", studentRouter);
|
||||
|
||||
const port = process.env.PORT || 8080;
|
||||
const port = process.env.NODE_PORT || 8080;
|
||||
app.listen(port, () => console.log(`Listening on port ${port}...`));
|
||||
Loading…
Add table
Add a link
Reference in a new issue