1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-28 20:04:15 +00:00
2024-03-11 20:28:19 +00:00

6 lines
127 B
JavaScript

export default {
middlewares: ["withAuthentication"],
fn: async (req, res) => {
return req.auth.session
}
}