primer intento de servicio para acortar urls
This commit is contained in:
5
dto/reqbody.go
Normal file
5
dto/reqbody.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package dto
|
||||
|
||||
type ReqBody struct {
|
||||
LongUrl string `json:"longUrl"`
|
||||
}
|
||||
Reference in New Issue
Block a user