From 7a11f92f13eba0370ac9c906cf1fc8ad6cf98ac4 Mon Sep 17 00:00:00 2001 From: Ethan Niser <100045248+ethanniser@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:48:46 +0000 Subject: [PATCH] rename --- src/{services => handlers}/todos.tsx | 0 src/main.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{services => handlers}/todos.tsx (100%) diff --git a/src/services/todos.tsx b/src/handlers/todos.tsx similarity index 100% rename from src/services/todos.tsx rename to src/handlers/todos.tsx diff --git a/src/main.ts b/src/main.ts index eaeccaa..4eec60f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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({