Skip to content

Commit

Permalink
delete frontend app url from cartoview
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedAhmed7 committed Jun 15, 2021
1 parent 2980aa6 commit f551d93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cartoview/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
url(r'^check-version/$', check_version, name='check_version'),
url(r'', include(api.urls)),
url(r'^apps/', include('cartoview.app_manager.urls')),
url(r'^frontend/', include('frontend.urls')),
]
urlpatterns += geonode_urls

0 comments on commit f551d93

Please sign in to comment.