mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-14 22:11:51 +00:00
change route to console for vnc deployment
This commit is contained in:
parent
115909b5cd
commit
7166650a4a
1 changed files with 1 additions and 1 deletions
|
@ -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']:
|
||||
|
|
Loading…
Reference in a new issue