Added authorization
This commit is contained in:
parent
c3c3d65d32
commit
b96dd39795
50 changed files with 685 additions and 410 deletions
6
internal/interfaces/api/responses/image_response.go
Normal file
6
internal/interfaces/api/responses/image_response.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package responses
|
||||
|
||||
type ImageResponse struct {
|
||||
Id string `json:"id"`
|
||||
Path string `json:"path"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue