We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5caeb05 commit 17fd2f4Copy full SHA for 17fd2f4
1 file changed
main.py
@@ -5,7 +5,7 @@
5
app = Flask(__name__)
6
secret = "<WEBHOOK SIGNING SECRET>"
7
api_key = "<API KEY>"
8
-api_url = "https://optipick.api.optioryx.com/latest"
+api_url = "https://optipick.api.optioryx.com/"
9
10
@app.route('/webhook', methods=['POST'])
11
def hook():
@@ -22,4 +22,4 @@ def hook():
22
return "OK"
23
24
if __name__ == '__main__':
25
- app.run()
+ app.run()
0 commit comments