Revert d6c62174ae22a253e4c7018f123159ae048977d2...980823291c47ea4b3f8938787643a0a59c72ab5f on Webhooks

Poolitzer 2024-01-06 13:42:23 +01:00
parent 980823291c
commit 34db7fa33a

@ -103,7 +103,7 @@ application.run_webhook(
port=5000,
url_path='1',
secret_token='ASecretTokenIHaveChangedByNow',
webhook_url='https://example.com/TOKEN1',
webhook_url='https://example.com/1',
cert='cert.pem'
)
```