feat: initial boilerplate
This commit is contained in:
5
api/modules/auth/routes/authenticate.ts
Normal file
5
api/modules/auth/routes/authenticate.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { authenticate } from "@spec/modules/auth/routes/authenticate.ts";
|
||||
|
||||
export default authenticate.access("public").handle(async ({ body }) => {
|
||||
console.log({ body });
|
||||
});
|
||||
Reference in New Issue
Block a user