From e857ea390afbfeb482546c449b69b9aea8ef86c7 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Mon, 26 Apr 2021 14:49:56 -0400 Subject: [PATCH] api typo --- standalone_channelrewards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)