diff --git a/src/index.tsx b/src/index.tsx index 27bf3fc..5164620 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -33,6 +33,7 @@ const Api = new Elysia({ .use(PengaduanRoute) .use(PelayananRoute) .use(ConfigurationDesaRoute) + .use(WargaRoute) .use(TestPengaduanRoute) .use(apiAuth) .use(ApiKeyRoute)