Skip to content

Commit

Permalink
reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
Buhle79 committed Aug 8, 2024
1 parent e53b972 commit 177508a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion healthcheck/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@

urlpatterns = [
re_path("schema/", SpectacularAPIView.as_view(), name="schema"),
re_path("docs/", SpectacularSwaggerView.as_view(url_name="schema"), name="swagger-ui"),
re_path(
"docs/", SpectacularSwaggerView.as_view(url_name="schema"), name="swagger-ui"
),
re_path("prometheus/", include("django_prometheus.urls")),
re_path("ht/", include("health_check.urls")),
re_path("admin/", admin.site.urls),
Expand Down

0 comments on commit 177508a

Please sign in to comment.