Skip to content

Commit

Permalink
Add url dispatcher for worldmap api
Browse files Browse the repository at this point in the history
  • Loading branch information
capooti committed Feb 21, 2018
1 parent 19655c2 commit dd0642a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/contrib/worldmap/wm_extra/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

urlpatterns = patterns('',
# api
(r'^api/', include(wm_api.urls)),
(r'^worldmap/api/', include(wm_api.urls)),
# maps
url(r'^maps/new$', new_map_wm, name="new_map_wm"),
url(r'^maps/new/data$', new_map_json_wm, name='new_map_json_wm'),
Expand Down

0 comments on commit dd0642a

Please sign in to comment.