changed req params source

This commit is contained in:
PB
2025-11-16 17:39:57 +01:00
parent cc2ba15c37
commit c3c578a343

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 `josn:"srv"`
}
type CheckAccessResponseDTO struct {