Update import path from requestModels to dto package and update struct references
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package dto
|
||||
|
||||
type ApproveMediaInput struct {
|
||||
MediaId string `json:"mediaId" binding:"required"`
|
||||
}
|
||||
Reference in New Issue
Block a user