Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c3c578a343 |
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
||||
module git.pbiernat.space/egommerce/api-entities
|
||||
module git.ego.freeddns.org/egommerce/api-entities
|
||||
|
||||
go 1.24
|
||||
|
||||
|
||||
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user