Skip to content

Commit 0e43d38

Browse files
Fixed export
1 parent b1b9e7f commit 0e43d38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backend/src/routes/logout.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ app.post('/api/logout', async (req, res) => {
1616
} catch(_) {
1717
res.status(501).send({status: 501, message: "Unknown Error"})
1818
}
19-
})
19+
})
20+
21+
export default app

0 commit comments

Comments
 (0)