Ethan Niser 2023-09-14 16:03:50 -05:00
parent 06efaa1d04
commit cb6a1d0c6c
1 changed files with 1 additions and 1 deletions

@ -1,7 +1,7 @@
import { Elysia } from "elysia";
import { swagger } from "@elysiajs/swagger";
import { staticPlugin } from "@elysiajs/static";
import { api } from "./handlers";
import { api } from "./controllers";
import { autoroutes } from "elysia-autoroutes";
const app = new Elysia({