Setup elysia swagger

This commit is contained in:
Zoe Roux
2024-10-24 21:33:56 +02:00
parent 9e4076e1ea
commit ad8673a46f
3 changed files with 10 additions and 44 deletions
+2
View File
@@ -0,0 +1,2 @@
export const EntriesController = new Elysia()
.get('/entries', () => "hello");