diff options
Diffstat (limited to 'chimere/urls.py')
| -rw-r--r-- | chimere/urls.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chimere/urls.py b/chimere/urls.py index 6aebf72..0959b18 100644 --- a/chimere/urls.py +++ b/chimere/urls.py @@ -46,8 +46,9 @@ urlpatterns += patterns('chimere.views', name="get_detail"), url(r'^(?P<area_name>\w+)?/?getDescriptionDetail/?(?P<category_id>\d+)/?$', 'getDescriptionDetail', name="get_description_detail"), - url(r'^(?:(?P<area_name>\w+)?/)?getGeoObjects/(?P<category_ids>\w+)(/(?P<status>\w+))?$', - 'getGeoObjects', name="getgeoobjects"), + url(r'^(?:(?P<area_name>\w+)?/)?getGeoObjects/'\ + r'(?P<category_ids>\w+)(/(?P<status>\w+))?$', 'getGeoObjects', + name="getgeoobjects"), url(r'^(?P<area_name>\w+)?/?getAvailableCategories/$', 'get_available_categories', name="get_categories"), url(r'^(?P<area_name>\w+)?/?ty/(?P<tiny_urn>\w+)$', |
