wip
This commit is contained in:
parent
00548033a6
commit
1ab39431a0
1 changed files with 2 additions and 1 deletions
|
@ -11,5 +11,6 @@ app = Flask(__name__)
|
||||||
def build(strategy):
|
def build(strategy):
|
||||||
return check_output([
|
return check_output([
|
||||||
f"/{environ['STRATEGIES_DIR']}/{strategy}",
|
f"/{environ['STRATEGIES_DIR']}/{strategy}",
|
||||||
json.dumps(request.get_json(), sort_keys=True, indent=4)
|
json.dumps(request.get_json(), sort_keys=True, indent=4),
|
||||||
|
json.dumps(request.args.to_dict()),
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue