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
6f6ab92e
Commit
6f6ab92e
authored
Jun 11, 2013
by
Kostas Papadimitriou
Browse files
pithos: Prefix for pithos object read view endpoint
parent
6d55d4b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-pithos-app/pithos/api/urls.py
View file @
6f6ab92e
...
...
@@ -54,7 +54,7 @@ pithos_api_patterns = api_patterns(
pithos_view_patterns
=
patterns
(
'pithos.api.views'
,
(
r
'^(?P<v_account>.+?)/(?P<v_container>.+?)/(?P<v_object>.+?)$'
,
(
r
'^
view/
(?P<v_account>.+?)/(?P<v_container>.+?)/(?P<v_object>.+?)$'
,
'object_read'
))
pithos_patterns
=
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