MostwantedRBX / urlshortener

2 stars 0 forks source link

Should redirect to the found URL #5

Closed sosodev closed 2 years ago

sosodev commented 2 years ago

https://github.com/MostwantedRBX/urlshortener/blob/4521e1808b46ec86392c8cba6cb646395d033351/src/main.go#L58

I think that's functionally what you're doing with this HTML but you can do it directly with http.Redirect

MostwantedRBX commented 2 years ago

Now uses http.Redirect instead of writing html to the page.