main: Initial stripe test fix path
All checks were successful
Build Docker / Build Bot (push) Successful in 19s
Build Docker / Build Master (push) Successful in 25s

This commit is contained in:
Nathan Woodburn 2023-08-24 16:17:27 +10:00
parent 937620e86c
commit 5f56c1d0c2
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -233,7 +233,7 @@ def tlsa():
return resp.json()
@app.route('stripe', methods=['POST'])
@app.route('/stripe', methods=['POST'])
def stripe():
# Get API header
api_key = request.headers.get('key')