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
|
@ -222,3 +222,5 @@ 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…
Add table
Reference in a new issue