Fix syntax styling

This commit is contained in:
R.G. Wood 2023-10-07 13:32:18 +01:00
parent b9851d665e
commit 34d5c557d8
No known key found for this signature in database
GPG key ID: 1D961ED22DBF86FA

View file

@ -35,7 +35,9 @@ urlpatterns = [
),
path(
"manifest.json",
TemplateView.as_view(template_name="manifest.json", content_type="application/json"),
TemplateView.as_view(
template_name="manifest.json", content_type="application/json"
),
),
# federation endpoints
re_path(r"^inbox/?$", views.Inbox.as_view(), name="inbox"),