Skip to content
Snippets Groups Projects
Commit 13da31ef authored by Flavio TARSETTI's avatar Flavio TARSETTI
Browse files

[accounts][urls] added endpoint for url

parent 928e4b72
No related branches found
No related tags found
No related merge requests found
......@@ -30,4 +30,5 @@ from . import views
urlpatterns = [
url(r'^settings/$', views.account_settings, name='settings'),
url(r'^temp/(?P<hash_url>\w+)/$', views.load_temporary_url, name="temp_url"),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment