wip
This commit is contained in:
parent
a978ec8cfb
commit
6ade735b23
1 changed files with 1 additions and 0 deletions
|
@ -9,4 +9,5 @@ app = Flask(__name__)
|
||||||
@app.route('/<strategy>', methods=['POST'])
|
@app.route('/<strategy>', methods=['POST'])
|
||||||
def build(strategy):
|
def build(strategy):
|
||||||
app.logger.info(str(request.data))
|
app.logger.info(str(request.data))
|
||||||
|
print(strategy, request.data)
|
||||||
return check_output([f"/{environ['STRATEGIES_DIR']}/{strategy}", request.data])
|
return check_output([f"/{environ['STRATEGIES_DIR']}/{strategy}", request.data])
|
||||||
|
|
Loading…
Reference in a new issue