mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Automatic linting
This commit is contained in:
@@ -352,6 +352,4 @@ if settings.DEBUG:
|
||||
# urlpatterns.append(path('__debug__/', include('debug_toolbar.urls')))
|
||||
|
||||
if settings.EXPOSE_PROMETHEUS_METRICS:
|
||||
urlpatterns += [
|
||||
path(f'prometheus/', include('django_prometheus.urls'))
|
||||
]
|
||||
urlpatterns += [path(f'prometheus/', include('django_prometheus.urls'))]
|
||||
|
||||
Reference in New Issue
Block a user