Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #16 from allo-/android_client_fix
Browse files Browse the repository at this point in the history
Fix for sync from android devices
Thx. allo
  • Loading branch information
jedie committed Apr 29, 2013
2 parents e1262fe + b944047 commit 394fe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave/urls.py
Expand Up @@ -17,7 +17,7 @@
url(r'^(?P<version>[\d\.]+?)/(?P<username>.*?)/storage/(?P<col_name>.*?)/(?P<wboid>.*?)$', sync.storage, name="weave-wbo_storage"),
url(r'^(?P<version>[\d\.]+?)/(?P<username>.*?)/storage/(?P<col_name>.*?)$', sync.storage, name="weave-col_storage"),
url(r'^(?P<version>[\d\.]+?)/(?P<username>.*?)/storage$', sync.storage),
url(r'^(?P<version>[\d\.]+?)/(?P<username>.*?)/info/collections$', sync.info, name="weave-info"),
url(r'^(?P<version>[\d\.]+?)/(?P<username>.*?)/info/collections[/]?$', sync.info, name="weave-info"),
url(r'^misc/(?P<version>[\d\.]+?)/captcha_html$', misc.captcha, name="weave-captcha"),
url(r'^user/(?P<version>[\d\.]+?)/(?P<username>.*?)/node/weave$', user.node, name="weave-node"),
url(r'^user/(?P<version>[\d\.]+?)/(?P<username>.*?)/password$', user.password, name="weave-password"),
Expand Down

0 comments on commit 394fe4d

Please sign in to comment.