feat: demo

This commit is contained in:
Bereket Engida
2024-09-16 13:53:41 +03:00
parent 1452de923f
commit c945d1ba95
104 changed files with 20586 additions and 227 deletions

View File

@@ -0,0 +1,12 @@
import { router } from "@/lib/router";
export const handler = router.handler
export {
handler as GET,
handler as POST,
handler as PUT,
handler as DELETE,
handler as PATCH,
}