primer intento de servicio para acortar urls

This commit is contained in:
2026-03-12 00:13:46 -03:00
commit 1b3ae43d61
9 changed files with 161 additions and 0 deletions

5
dto/reqbody.go Normal file
View File

@@ -0,0 +1,5 @@
package dto
type ReqBody struct {
LongUrl string `json:"longUrl"`
}