step 10 : proses add data dokter

This commit is contained in:
sindhu
2024-06-05 09:35:14 +07:00
parent 7819a0f900
commit 61e62d4726
8 changed files with 2193 additions and 216 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -298,4 +298,5 @@ func SetupRoutesDev(app *echo.Echo, appStore db.AppStore) {
dev.GET("/md/doctorv2", devMdDChandlers.HandleShowMdDoctorScreen)
dev.GET("/md/doctorv2/filter", devMdDChandlers.HandleFilterMdDoctor)
dev.GET("/md/doctorv2/changepage", devMdDChandlers.HandleChangePageMdDoctor)
dev.POST("/md/doctorv2/add", devMdDChandlers.HandleAddMdDoctor)
}