We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3da2c6 commit f517f0cCopy full SHA for f517f0c
wger/urls.py
@@ -358,4 +358,4 @@
358
# urlpatterns.append(path('__debug__/', include('debug_toolbar.urls')))
359
360
if settings.EXPOSE_PROMETHEUS_METRICS:
361
- urlpatterns += [path(f'prometheus/', include('django_prometheus.urls'))]
+ urlpatterns += [path('prometheus/', include('django_prometheus.urls'))]
0 commit comments