step 10 : proses add data dokter
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user