Skip to content

Commit 17fd2f4

Browse files
authored
Update API url
1 parent 5caeb05 commit 17fd2f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
app = Flask(__name__)
66
secret = "<WEBHOOK SIGNING SECRET>"
77
api_key = "<API KEY>"
8-
api_url = "https://optipick.api.optioryx.com/latest"
8+
api_url = "https://optipick.api.optioryx.com/"
99

1010
@app.route('/webhook', methods=['POST'])
1111
def hook():
@@ -22,4 +22,4 @@ def hook():
2222
return "OK"
2323

2424
if __name__ == '__main__':
25-
app.run()
25+
app.run()

0 commit comments

Comments
 (0)