caipin пре 4 година
родитељ
комит
04694e7e5c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      web/viewmodels/project.go

+ 1 - 1
web/viewmodels/project.go

@@ -45,7 +45,7 @@ type ProjectPage struct {
 	Page             int    `form:"page" json:"page"`
 	Size             int    `form:"size" json:"size"`
 	PageSize         int    `form:"pageSize" json:"pageSize"`
-	InsideCategoryId string `form:"category" json:"category"`
+	InsideCategoryId string `form:"insideCategoryId" json:"insideCategoryId"`
 	Search           string `form:"search" json:"search"`
 }