mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-16 11:05:15 +00:00
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(
|
||||
"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"),
|
||||
|
|
Loading…
Reference in a new issue