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 25, 2024
1 parent a7fe903 commit c523859
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 c523859

Please sign in to comment.