Skip to content
Snippets Groups Projects
Verified Commit deac2120 authored by Tanner Prestegard's avatar Tanner Prestegard
Browse files

Turn off views for certificate debugging

parent afec8c70
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,9 @@ urlpatterns = [
url(r'^performance/', PerformanceInfo.as_view(), name='performance-info'),
# Certificate debugging
url(r'^cert-debug/', CertDebug.as_view(), name='cert-debug'),
url(r'^cert-infos-debug/', CertInfosDebug.as_view(),
name='cert-infos-debug'),
#url(r'^cert-debug/', CertDebug.as_view(), name='cert-debug'),
#url(r'^cert-infos-debug/', CertInfosDebug.as_view(),
# name='cert-infos-debug'),
# Events section of the API -----------------------------------------------
url(r'^events/', include('api.v1.events.urls',
......
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