Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c49fde3d15 |
@@ -2,8 +2,9 @@ package identity
|
||||
|
||||
type CheckAccessRequestDTO struct {
|
||||
URL string `json:"url"`
|
||||
Service string `josn:"srv"`
|
||||
Service string `json:"srv"`
|
||||
}
|
||||
|
||||
type CheckAccessResponseDTO struct {
|
||||
Status string `json:"status"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user