feat: initial boilerplate
This commit is contained in:
8
spec/modules/auth/mod.ts
Normal file
8
spec/modules/auth/mod.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { authenticate } from "./routes/authenticate.ts";
|
||||
|
||||
export * from "./errors.ts";
|
||||
export * from "./strategies.ts";
|
||||
|
||||
export const routes = {
|
||||
authenticate,
|
||||
};
|
||||
Reference in New Issue
Block a user