export app from server.js
This commit is contained in:
parent
3920fe5064
commit
b86d96b4d6
|
@ -221,4 +221,6 @@ function saveCalendarData(calendarId, linkGroupName, calendars) {
|
||||||
const port = 3000;
|
const port = 3000;
|
||||||
app.listen(port, () => {
|
app.listen(port, () => {
|
||||||
console.log(`Server started on port ${port}`);
|
console.log(`Server started on port ${port}`);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
export default app;
|
Loading…
Reference in New Issue