schemas to schema
parent
8366725f62
commit
0b1c246fe2
@ -0,0 +1,5 @@
|
||||
import { Elysia } from "elysia";
|
||||
|
||||
export const authController = new Elysia({
|
||||
prefix: "/auth",
|
||||
}).post("/signup", "signup");
|
Loading…
Reference in New Issue