API Menu Kesehatan, Sub Menu Posyandu

This commit is contained in:
2025-06-05 16:10:43 +08:00
parent 5e74447056
commit 46748205fd
12 changed files with 345 additions and 18 deletions

View File

@@ -19,6 +19,7 @@ import Prevention from "./data_kesehatan_warga/artikel_kesehatan/prevention";
import FirstAid from "./data_kesehatan_warga/artikel_kesehatan/first_aid";
import MythVsFact from "./data_kesehatan_warga/artikel_kesehatan/myth_vs_fact";
import DoctorSign from "./data_kesehatan_warga/artikel_kesehatan/doctor_sign";
import Posyandu from "./posyandu";
const Kesehatan = new Elysia({
@@ -45,4 +46,5 @@ const Kesehatan = new Elysia({
.use(FirstAid)
.use(MythVsFact)
.use(DoctorSign)
.use(Posyandu)
export default Kesehatan;