Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.web
Commits
96320785
Commit
96320785
authored
May 02, 2020
by
Flavio TARSETTI
Browse files
[accounts][urls] added endpoint for url
parent
8235a2f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/web/accounts/urls.py
View file @
96320785
...
...
@@ -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"
),
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment