cleanup
This commit is contained in:
parent
ab9569a2b6
commit
aebcc9af76
@ -10,7 +10,6 @@ router.register(r'location_data', views.LocationDataViewSet)
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^$', views.index, name='carom_index'),
|
||||
#url(r'^$', views.IndexView.as_view(), name='index'),
|
||||
url(r'^(?P<pk>[0-9]+)/$', views.LocationDataDetailView.as_view(), name='detail'),
|
||||
url(r'api/v1/', include(router.urls)),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user