Fix connection things

This commit is contained in:
Zoe Roux
2024-10-29 14:32:16 +01:00
parent 8acb1750b6
commit da3a5181df
4 changed files with 18 additions and 10 deletions
+2
View File
@@ -1,2 +1,4 @@
import { Elysia } from "elysia";
export const EntriesController = new Elysia()
.get('/entries', () => "hello");