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

@ -222,3 +222,5 @@ const port = 3000;
app.listen(port, () => {
console.log(`Server started on port ${port}`);
});
export default app;