main: Initial stripe test fix path
This commit is contained in:
parent
937620e86c
commit
5f56c1d0c2
@ -233,7 +233,7 @@ def tlsa():
|
|||||||
return resp.json()
|
return resp.json()
|
||||||
|
|
||||||
|
|
||||||
@app.route('stripe', methods=['POST'])
|
@app.route('/stripe', methods=['POST'])
|
||||||
def stripe():
|
def stripe():
|
||||||
# Get API header
|
# Get API header
|
||||||
api_key = request.headers.get('key')
|
api_key = request.headers.get('key')
|
||||||
|
Loading…
Reference in New Issue
Block a user