8 lines
144 B
JavaScript

import { Extension } from "@db_models"
export default {
middlewares: ["withAuthentication"],
fn: async (req, res) => {
}
}