Template
1
0
Files
boilerplate/api/modules/auth/routes/authenticate.ts

6 lines
178 B
TypeScript

import { authenticate } from "@spec/modules/auth/routes/authenticate.ts";
export default authenticate.access("public").handle(async ({ body }) => {
console.log({ body });
});