Skip to content

Commit

Permalink
URL configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Sep 23, 2019
1 parent 9283c8a commit 0bff264
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opds/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@

app_name = "opds"
urlpatterns = [
url(r'', views.index),
url('root.atom', views.opds_root),
url(r'(?P<path>.*).atom$', views.opds_series),
]

0 comments on commit 0bff264

Please sign in to comment.