Skip to content

Commit

Permalink
Merge pull request #98 from jimlyndon/master
Browse files Browse the repository at this point in the history
Update urls.py
  • Loading branch information
johnraz committed May 13, 2015
2 parents 34d384d + 0d9bd87 commit c7f023a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tastypie_swagger/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
urlpatterns = patterns('',
url(r'^$', SwaggerView.as_view(), name='index'),
url(r'^resources/$', ResourcesView.as_view(), name='resources'),
url(r'^schema/(?P<resource>\S+)/$', SchemaView.as_view()),
url(r'^schema/(?P<resource>\S+)$', SchemaView.as_view()),
url(r'^schema/$', SchemaView.as_view(), name='schema'),
)

0 comments on commit c7f023a

Please sign in to comment.