step 16 : selected modal edit dan close modal edit

This commit is contained in:
sindhu
2024-06-06 14:17:38 +07:00
parent 4d7b3f8299
commit aa1b553f99
2 changed files with 1554 additions and 58 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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)
}