modihere / shortweb

Basic url shortener.
MIT License
15 stars 14 forks source link

Fix the shortened URL based on the server and port number. #40

Closed spattk closed 6 years ago

spattk commented 6 years ago

Fixes #37 issue.

mohitkh7 commented 6 years ago

To get the current address we can use Django function such as get_host() rather than using window.location.href