main
Ethan Niser 2023-09-14 14:48:46 +00:00
parent d51aa27320
commit 7a11f92f13
2 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 { todosService } from "./services/todos";
import { todosService } from "./handlers/todos";
import { pages } from "./pages";
const app = new Elysia({