Skip to content

Commit

Permalink
urls added
Browse files Browse the repository at this point in the history
  • Loading branch information
ameek committed Aug 2, 2018
1 parent 781fb9f commit dc9245e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medicine_reminder/medicine_reminder/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@

urlpatterns = [
url(r'^admin/', admin.site.urls),
url(r'^', include(api.urls))
url(r'^', include('api.urls'))
]

0 comments on commit dc9245e

Please sign in to comment.