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 Apr 24, 2024
1 parent 0d1682a commit f8d866c
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 f8d866c

Please sign in to comment.