2024-08-20 08:33:52 +00:00

7 lines
97 B
JavaScript

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