API Profile Desa Udah Clear, API Menu desa udah clear

API & UI Profile Desa Clear
This commit is contained in:
2025-06-18 15:32:06 +08:00
parent af726043bd
commit 6ed0246cea
20 changed files with 357 additions and 93 deletions

View File

@@ -3,6 +3,7 @@ import VisiMisiDesa from "./visi-misi";
import LambangDesa from "./lambang-desa";
import MaskotDesa from "./maskot-desa";
import Elysia from "elysia";
import ProfilPerbekel from "../profilePerbekel";
const ProfileDesa = new Elysia({
prefix: "/profile",
@@ -11,6 +12,7 @@ const ProfileDesa = new Elysia({
.use(SejarahDesa)
.use(VisiMisiDesa)
.use(LambangDesa)
.use(MaskotDesa);
.use(MaskotDesa)
.use(ProfilPerbekel);
export default ProfileDesa;