Skip to content

Commit

Permalink
fix: 修复报错Slug不存在
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Oct 17, 2024
1 parent f2c3569 commit 2112e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/http/request/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type App struct {
}

type AppSlug struct {
Slug string `json:"slug" form:"slug" validate:"required,exists=apps slug"`
Slug string `json:"slug" form:"slug" validate:"required"`
}

type AppUpdateShow struct {
Expand Down

0 comments on commit 2112e86

Please sign in to comment.