This commit is contained in:
bipproduction
2025-10-28 16:47:39 +08:00
parent cae9ed7282
commit 8a3eaa2193
2 changed files with 4 additions and 8 deletions

View File

@@ -25,14 +25,14 @@ const Api = new Elysia({
prefix: "/api",
tags: ["api"],
})
.use(PengaduanRoute)
.use(apiAuth)
.use(ApiKeyRoute)
.use(DarmasabaRoute)
.use(CredentialRoute)
.use(UserRoute)
.use(LayananRoute)
.use(AduanRoute)
.use(PengaduanRoute);
.use(AduanRoute);
const app = new Elysia()
.use(Api)