Skip to content

Commit

Permalink
Update urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT authored Oct 16, 2024
1 parent 8b23651 commit 5aa9949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blt/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
re_path(
r"^.well-known/acme-challenge/(?P<token>[^/]+)/$",
website.views.find_key,
name="find_key,
name="find_key",
),
re_path(r"^accounts/profile/", website.views.profile, name="account_profile"),
re_path(r"^delete_issue/(?P<id>\w+)/$", website.views.delete_issue, name="delete_issue"),
Expand Down

0 comments on commit 5aa9949

Please sign in to comment.