wip
This commit is contained in:
parent
600d44a90f
commit
2802998afd
1 changed files with 1 additions and 0 deletions
|
@ -9,4 +9,5 @@ app = Flask(__name__)
|
|||
@app.route('/', methods = ['GET'])
|
||||
def build():
|
||||
strategy = request.args['strategy']
|
||||
print(strategy, request.data)
|
||||
return check_output([f"/{environ['STRATEGIES_DIR']}/{strategy}", request.data])
|
||||
|
|
Loading…
Reference in a new issue