diff --git a/internal/http/request/app.go b/internal/http/request/app.go index 86c69cfc..774b2a43 100644 --- a/internal/http/request/app.go +++ b/internal/http/request/app.go @@ -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 {