Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
96789733
Commit
96789733
authored
Jun 11, 2013
by
Kostas Papadimitriou
Browse files
pithos: Url patterns fix
avoid double slash in ui service
parent
6f6ab92e
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-pithos-app/pithos/api/urls.py
View file @
96789733
...
...
@@ -63,7 +63,7 @@ pithos_patterns = patterns(
include
(
pithos_api_patterns
)),
(
r
'{0}(?P<v_public>.+?)/?$'
.
format
(
prefix_pattern
(
PUBLIC_PREFIX
)),
'pithos.api.public.public_demux'
),
(
r
'{0}
/
'
.
format
(
prefix_pattern
(
UI_PREFIX
)),
(
r
'{0}'
.
format
(
prefix_pattern
(
UI_PREFIX
)),
include
(
pithos_view_patterns
)))
urlpatterns
=
patterns
(
...
...
Write
Preview
Markdown
is supported
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