step 16 : selected modal edit dan close modal edit
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -300,4 +300,6 @@ func SetupRoutesDev(app *echo.Echo, appStore db.AppStore) {
|
||||
dev.GET("/md/doctorv2/changepage", devMdDChandlers.HandleChangePageMdDoctor)
|
||||
dev.POST("/md/doctorv2/closeaddform", devMdDChandlers.HandleCloseFormAdd)
|
||||
dev.POST("/md/doctorv2/add", devMdDChandlers.HandleAddMdDoctor)
|
||||
dev.GET("/md/doctorv2/openedit", devMdDChandlers.HandleOpenEditForm)
|
||||
dev.POST("/md/doctorv2/closeeditform", devMdDChandlers.HandleCloseFormEdit)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user