Fix syntax styling
This commit is contained in:
parent
b9851d665e
commit
34d5c557d8
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@ urlpatterns = [
|
||||||
),
|
),
|
||||||
path(
|
path(
|
||||||
"manifest.json",
|
"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
|
# federation endpoints
|
||||||
re_path(r"^inbox/?$", views.Inbox.as_view(), name="inbox"),
|
re_path(r"^inbox/?$", views.Inbox.as_view(), name="inbox"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue