step 18 : comment edit doctor

This commit is contained in:
sindhu
2024-06-12 15:15:18 +07:00
parent a237b56e33
commit 44a06602a5
2 changed files with 1024 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -302,4 +302,5 @@ func SetupRoutesDev(app *echo.Echo, appStore db.AppStore) {
dev.POST("/md/doctorv2/add", devMdDChandlers.HandleAddMdDoctor)
dev.GET("/md/doctorv2/openedit", devMdDChandlers.HandleOpenEditForm)
dev.POST("/md/doctorv2/closeeditform", devMdDChandlers.HandleCloseFormEdit)
// dev.POST("/md/doctorv2/edit", devMdDChandlers.HandleEditMdDoctor)
}