API Profile Desa Udah Clear, API Menu desa udah clear
API & UI Profile Desa Clear
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user