mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-05 05:45:16 -04:00
Fix connection things
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
import { Elysia } from "elysia";
|
||||
|
||||
export const EntriesController = new Elysia()
|
||||
.get('/entries', () => "hello");
|
||||
|
||||
Reference in New Issue
Block a user