barumongo

This commit is contained in:
2025-04-24 14:31:22 +07:00
parent 76abeaf8ee
commit b6764df2e0
10 changed files with 168 additions and 14 deletions

View File

@@ -29,6 +29,7 @@ func GetDataPractitioner(c *gin.Context) {
responsePractitioner = append(responsePractitioner, satu_data.DataResponse{
ID: k.ID,
NIP: k.NIP,
JenisKelamin: k.JenisKelamin,
NamaLengkapFull: namaLengkap,
})
}