UPDATE: change some router
All checks were successful
Build and Release / release (push) Successful in 1m6s

This commit is contained in:
2026-04-17 11:06:12 +07:00
parent 42f6b3359e
commit 903f2d709a
4 changed files with 32 additions and 33 deletions

View File

@@ -18,7 +18,6 @@ type ChangePasswordDto struct {
}
type ChangeRoleDto struct {
UserID string `json:"user_id" validate:"required,uuid"`
Roles []string `json:"role_ids" validate:"required,min=1,dive,required,uuid"`
}