src/restapi/urls.py
changeset 126 b5aa7e6f6a01
parent 123 c8a1216fd28f
child 127 270d165cd0d5
--- a/src/restapi/urls.py	Fri Aug 12 16:59:53 2016 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-from django.conf.urls import url
-from . import views
-
-urlpatterns = [
-	url(r'^$', views.index, name='index'),
-	url(r'annotation$', views.annotation_list),
-	url(r'annotation/(?P<pk>[0-9]+)/$', views.get)
-]
\ No newline at end of file