ripoul / url-shortener-api

an api to shorten some url
https://url-shortener.api.ripoul.fr/
MIT License
1 stars 0 forks source link

redirect / to providers #41

Closed ripoul closed 5 years ago

ripoul commented 5 years ago
url(r'^some-page/$', RedirectView.as_view(url='/')),