Compare commits

..

1 Commits

Author SHA1 Message Date
51ebbdf9d5 changed req params source 2025-11-16 17:42:13 +01:00

View File

@@ -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 {