Skip to content

Commit

Permalink
Fix api mobile only with geotrek flatpages trekking tourism
Browse files Browse the repository at this point in the history
  • Loading branch information
LePetitTim committed May 6, 2019
1 parent 1e04152 commit ea1060e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geotrek/api/mobile/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
urlpatterns = [
url(r'^$', api_mobile.SwaggerSchemaView.as_view(), name="schema"),
url(r'^', include(router.urls)),
url(r'^settings/$', api_mobile.SettingsView.as_view(), name='settings'),
]
urlpatterns += url(r'^settings/$', api_mobile.SettingsView.as_view(), name='settings')

0 comments on commit ea1060e

Please sign in to comment.