Skip to content

Commit

Permalink
Fix unexpected EOF.
Browse files Browse the repository at this point in the history
  • Loading branch information
damienzeng73 committed Dec 7, 2017
1 parent 9baf97e commit a3b6c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/backend/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@
url(r'^admin/', admin.site.urls),
url(r'^api/', include(router.urls)),
url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework'))
]

0 comments on commit a3b6c5d

Please sign in to comment.