Menu Desa, Sub Menu Yang Tersisa Tinga Tinggal Profile Aja

This commit is contained in:
2025-06-16 17:46:25 +08:00
parent 7bf5ee69d5
commit f7437708c0
23 changed files with 1277 additions and 182 deletions

View File

@@ -6,6 +6,7 @@ import PotensiDesa from "./potensi";
import GalleryFoto from "./gallery/foto";
import GalleryVideo from "./gallery/video";
import LayananDesa from "./layanan";
import Penghargaan from "./penghargaan";
const Desa = new Elysia({ prefix: "/api/desa", tags: ["Desa"] })
@@ -16,5 +17,6 @@ const Desa = new Elysia({ prefix: "/api/desa", tags: ["Desa"] })
.use(GalleryFoto)
.use(GalleryVideo)
.use(LayananDesa)
.use(Penghargaan)
export default Desa;