Skip to content
This repository was archived by the owner on Jun 21, 2021. It is now read-only.

Commit e70de3e

Browse files
author
Kishore kumar J
committed
Left over changes from previous commit
1 parent b277473 commit e70de3e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+23
-127568
lines changed

api/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django.conf.urls.defaults import *
22

3-
urlpatterns = patterns('wtfimb.api.views',
3+
urlpatterns = patterns('api.views',
44
(r'^routes/$', 'all_routes'),
55
(r'^autocomplete/stages$', 'autocomplete_stages'),
66
(r'^route/(?P<route_name>\w+)/$', 'single_route'),

0 commit comments

Comments
 (0)