UI & API Menu PPID, Submenu Struktur PPID

This commit is contained in:
2025-07-31 16:22:02 +08:00
parent 4e61695649
commit 024d5517fa
62 changed files with 3790 additions and 712 deletions

View File

@@ -24,6 +24,7 @@ import Lingkungan from "./_lib/lingkungan";
import LandingPage from "./_lib/landing_page";
import Pendidikan from "./_lib/pendidikan";
import User from "./_lib/user";
import Role from "./_lib/user/role";
@@ -92,6 +93,7 @@ const ApiServer = new Elysia()
.use(Lingkungan)
.use(Pendidikan)
.use(User)
.use(Role)
.onError(({ code }) => {
if (code === "NOT_FOUND") {