diff --git a/standalone_channelrewards.py b/standalone_channelrewards.py index a883178..29ef68c 100644 --- a/standalone_channelrewards.py +++ b/standalone_channelrewards.py @@ -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)