changed req params source
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user