adding restriction for ter connect
parent
9e817169ca
commit
b6012578cb
2
app.py
2
app.py
|
@ -189,6 +189,7 @@ def delvol():
|
|||
####### ENDTEST
|
||||
|
||||
@app.route('/vnc',methods=['GET','POST',"DELETE"])
|
||||
@login_required
|
||||
def vnc_connect():
|
||||
if request.method=='GET':
|
||||
resp = requests.get('http://localhost:6080/vnc.html')
|
||||
|
@ -209,6 +210,7 @@ def vnc_connect():
|
|||
|
||||
##TEST
|
||||
@app.route('/ter',methods=['GET','POST',"DELETE"])
|
||||
@login_required
|
||||
def ter_connect():
|
||||
if request.method=='GET':
|
||||
resp = requests.get('http://localhost:5008/')
|
||||
|
|
Loading…
Reference in New Issue