views: skip vcsdetection for ops view

This commit is contained in:
RhodeCode Admin 2021-07-23 10:47:20 +02:00
parent d8aa3deda9
commit 81ea8edd0b

View file

@ -166,6 +166,9 @@ def detect_vcs_request(environ, backends):
# static files no detection
'_static',
# skip ops ping
'_admin/ops/ping',
# full channelstream connect should be VCS skipped
'_admin/channelstream/connect',
]