Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 51ebbdf9d5 |
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
|
go 1.24
|
||||||
|
|
||||||
|
|||||||
@@ -6,5 +6,4 @@ type CheckAccessRequestDTO struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type CheckAccessResponseDTO struct {
|
type CheckAccessResponseDTO struct {
|
||||||
Status string `json:"status"`
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user