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