Commit 006adc33 authored by Yingjie Xu's avatar Yingjie Xu

Revert "slapproxy should support new getFullComputerInformation method, it...

Revert "slapproxy should support new getFullComputerInformation method, it remains the same behavior here."

This reverts commit 84ae9e41.
parent 84ae9e41
......@@ -84,7 +84,6 @@ def after_request(response):
return response
@app.route('/getComputerInformation', methods=['GET'])
@app.route('/getFullComputerInformation', methods=['GET'])
def getComputerInformation():
computer_id = request.args['computer_id']
if app.config['computer_id'] == computer_id:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment