Skip to content

Commit

Permalink
linter black
Browse files Browse the repository at this point in the history
  • Loading branch information
BelousSofiya committed Nov 7, 2023
1 parent 3bf122a commit 2283d03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion forum/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@
),
path("api/", include("search.urls", namespace="search")),
path("api/schema/", SpectacularAPIView.as_view(), name="schema"),
path("api/schema/docs/", SpectacularSwaggerView.as_view(url_name="schema"), name="schema_docs"),
path(
"api/schema/docs/",
SpectacularSwaggerView.as_view(url_name="schema"),
name="schema_docs",
),
]

0 comments on commit 2283d03

Please sign in to comment.