api typo
This commit is contained in:
parent
d682baa864
commit
e857ea390a
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user