change route to console for vnc deployment

This commit is contained in:
Jordan Rodgers 2018-02-20 01:15:57 -05:00
parent 115909b5cd
commit 7166650a4a

View file

@ -457,7 +457,7 @@ def allowed_users(user):
return '', 403
@app.route("/vnc/cleanup")
@app.route("/console/cleanup")
@auth.oidc_auth
def cleanup_vnc():
if 'rtp' in session['userinfo']['groups']: