diff --git a/gracedb/api/v1/urls.py b/gracedb/api/v1/urls.py index 7b8b2632f1d9c5118b4ffc6a1a016312e950a8a1..26cdfdc52c14e182619216eeca0b40c727513d72 100644 --- a/gracedb/api/v1/urls.py +++ b/gracedb/api/v1/urls.py @@ -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',