Compare commits

..

1 Commits

Author SHA1 Message Date
c3c578a343 changed req params source 2025-11-16 17:39:57 +01:00
2 changed files with 2 additions and 3 deletions

2
go.mod
View File

@@ -1,4 +1,4 @@
module git.pbiernat.space/egommerce/api-entities
module git.ego.freeddns.org/egommerce/api-entities
go 1.24

View File

@@ -2,9 +2,8 @@ package identity
type CheckAccessRequestDTO struct {
URL string `json:"url"`
Service string `json:"srv"`
Service string `josn:"srv"`
}
type CheckAccessResponseDTO struct {
Status string `json:"status"`
}