summaryrefslogtreecommitdiff
path: root/app/jrnl/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/jrnl/urls.py')
-rw-r--r--app/jrnl/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/jrnl/urls.py b/app/jrnl/urls.py
index a7bcc0e..82a4b22 100644
--- a/app/jrnl/urls.py
+++ b/app/jrnl/urls.py
@@ -7,7 +7,7 @@ app_name = "jrnl"
urlpatterns = [
path(
- r'^feed.xml',
+ r'feed.xml',
views.JrnlRSSFeedView(),
name="feed"
),