issues
search
wavly
/
shawty
Tool for shortening long URLs
MIT License
5
stars
0
forks
source link
fix: bug when http or https is included in the URL
#11
Closed
Hamza12700
closed
2 months ago
Hamza12700
commented
2 months ago
Fixed bug when
http
or
https
is included in the URL:
Only allow
https
schema, so we don't end up having duplicate short links for the same URL
Parsing the input URL using Go's built-in standard library
Fixed bug when
http
orhttps
is included in the URL:https
schema, so we don't end up having duplicate short links for the same URL