Skip to content

Commit

Permalink
added api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jpadilla1 committed Jul 12, 2014
1 parent da1b0ee commit c8db7b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chatrooms/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
urlpatterns = patterns(
'',
url(r'^admin/', include(admin.site.urls)),
url(r'^docs/', include('rest_framework_swagger.urls')),
url(r'^api-v1/', include('chatrooms.router'))
)

0 comments on commit c8db7b4

Please sign in to comment.