diff --git a/identity/dto/access.go b/identity/dto/access.go index 55c3baa..64ba125 100644 --- a/identity/dto/access.go +++ b/identity/dto/access.go @@ -1,8 +1,8 @@ package identity type CheckAccessRequestDTO struct { - URL string `query:"url"` - Service string `query:"srv"` + URL string `json:"url"` + Service string `json:"srv"` } type CheckAccessResponseDTO struct {