v2 Standalone Docker Update #40

Merged
alex_orid merged 157 commits from v2.0 into master 2021-05-13 20:36:45 +00:00
Showing only changes of commit e857ea390a - Show all commits

View File

@ -53,7 +53,7 @@ def reward_check():
return flask.make_response('', 404)
@api.route('/api/v1/exec', methods=['GET'])
@api.route('/api/v1/exec_reward', methods=['GET'])
def exec_reward():
if 'reward_name' not in request.args:
return flask.make_response('{\"text\":"Argument \'reward_name\' not in request"}', 400)