mirror of
https://github.com/ION606/rpi-utils.git
synced 2026-05-14 21:06:54 +00:00
port fix
This commit is contained in:
@@ -121,4 +121,6 @@ app.get('/createCalendar', async (req, res) => {
|
|||||||
res.send(await createIcs())
|
res.send(await createIcs())
|
||||||
});
|
});
|
||||||
|
|
||||||
app.listen(5000, () => console.log(`App listening on port ${port}`));
|
|
||||||
|
const port = 5000;
|
||||||
|
app.listen(port, () => console.log(`App listening on port ${port}`));
|
||||||
|
|||||||
Reference in New Issue
Block a user