fix: get all spider issue

This commit is contained in:
Marvin Zhang
2024-06-26 17:31:31 +08:00
parent 73a5a64ba4
commit 9c620fa2ee
32 changed files with 979 additions and 303 deletions

View File

@@ -68,7 +68,7 @@ func GetSpiderList(c *gin.Context) {
// get all list
all := MustGetFilterAll(c)
if all {
NewControllerV2[models.ProjectV2]().getAll(c)
NewControllerV2[models.SpiderV2]().getAll(c)
return
}