added tunnel rest url as no redirect url

This commit is contained in:
Adolfo Gómez García 2021-06-21 15:27:32 +02:00
parent a302541df5
commit d30a3a5e4c

View File

@ -48,7 +48,10 @@ class RedirectMiddleware:
# 'uds/rest', # REST must be HTTPS if redirect is enabled
'uds/pam',
'uds/guacamole',
# Test client can be http
'uds/rest/client/test'
# And also the tunnel
'/uds/rest/tunnel'
]
def __init__(self, get_response):