Skip to content
Snippets Groups Projects
Commit 4f7f1899 authored by Jan David Mol's avatar Jan David Mol
Browse files

Stop serving /metrics on main webserver in favour of dedicated ports

parent 4a27d572
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,6 @@ frontend_urlpatterns = [
urlpatterns = [url(r'^api$', RedirectView.as_view(url='/api/')),
url(r'^api/', include(urlpatterns)), url(r'^oidc$',
RedirectView.as_view(url='/oidc/')),
path('', include('django_prometheus.urls')),
url(r'^oidc/', include('mozilla_django_oidc.urls')),
url(r'^schedule', views.public_schedule),
url(r'^past_schedule', views.public_past_schedule),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment