Add ElysiaJS integration and update homepage
This commit is contained in:
parent
3197d2fb1b
commit
666b2d0e0d
12 changed files with 112 additions and 100 deletions
4
app/api/[[...slugs]]/route.ts
Normal file
4
app/api/[[...slugs]]/route.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { app } from "@/server";
|
||||
|
||||
export const GET = app.fetch;
|
||||
export const POST = app.fetch;
|
||||
Loading…
Add table
Add a link
Reference in a new issue