channel rewards service #34

Merged
alex_orid merged 13 commits from channelpoints-service into v2.0 2021-04-27 18:15:04 +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)