views: skip vcsdetection for ops view
This commit is contained in:
parent
d8aa3deda9
commit
81ea8edd0b
1 changed files with 3 additions and 0 deletions
|
|
@ -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',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue