step 2 : add data group result with form validation

This commit is contained in:
sindhu
2024-05-25 13:29:52 +07:00
committed by adibwp
parent 8298515935
commit 984ffd63a3

View File

@@ -238,6 +238,9 @@ func SetupRoutesDev(app *echo.Echo, appStore db.AppStore) {
dev.GET("/groupresult", devGRhandlers.HandlerShowGroupResultV1)
dev.GET("/searchgroupresultv1", devGRhandlers.HandlerShowGroupResultSearchV1)
dev.GET("/groupresultv1pagination", devGRhandlers.HandlerShowGroupResultPaginationV1)
dev.POST("/groupresulthandlecloseform", devGRhandlers.HandleCloseForm)
// form add
dev.POST("/groupresult/add", devGRhandlers.AddUserGroup)
//New User Group
devMdUserGroupServices := dev_services.NewMdUserGroupServices(appStore)