1
0
Fork 0

export app from server.js

This commit is contained in:
Ryan Mwangi 2024-10-29 21:49:34 +03:00
parent 3920fe5064
commit b86d96b4d6
1 changed files with 3 additions and 1 deletions

View File

@ -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;