Commit 6b4d5825 authored by Cédric de Saint Martin's avatar Cédric de Saint Martin

Merge branch 'slapproxy_softwareInsanceBang'

parents 36562da4 888659d4
......@@ -195,6 +195,10 @@ def availableComputerPartition():
def softwareInstanceError():
return 'Ignored'
@app.route('/softwareInstanceBang', methods=['POST'])
def softwareInstanceBang():
return 'Ignored'
@app.route('/startedComputerPartition', methods=['POST'])
def startedComputerPartition():
return 'Ignored'
......
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