Skip to content

Commit

Permalink
remove extra slash from urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed May 1, 2024
1 parent 927169c commit 3a8edbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,5 +324,5 @@
pass

urlpatterns += [
re_path(r'^static/(?P<path>.*)\$', views.serve)
re_path(r'^static/(?P<path>.*)$', views.serve)
]

0 comments on commit 3a8edbc

Please sign in to comment.