forked from ryanmwangi/CalMerger
export app from server.js
This commit is contained in:
parent
3920fe5064
commit
b86d96b4d6
1 changed files with 3 additions and 1 deletions
|
@ -221,4 +221,6 @@ function saveCalendarData(calendarId, linkGroupName, calendars) {
|
|||
const port = 3000;
|
||||
app.listen(port, () => {
|
||||
console.log(`Server started on port ${port}`);
|
||||
});
|
||||
});
|
||||
|
||||
export default app;
|
Loading…
Add table
Reference in a new issue