Compare commits

..

1 Commits

Author SHA1 Message Date
c49fde3d15 changed req params source 2025-11-16 17:44:23 +01:00

View File

@@ -6,4 +6,5 @@ type CheckAccessRequestDTO struct {
} }
type CheckAccessResponseDTO struct { type CheckAccessResponseDTO struct {
Status string `json:"status"`
} }