Skip to content

Commit bbaacac

Browse files
make it generic
1 parent 6ad760d commit bbaacac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $ curl -X POST 'http://otoroshi-api.oto.tools:8080/api/routes' \
3636
"plugins": [
3737
{
3838
"enabled": true,
39-
"plugin": "cp:otoroshi_plugins.com.cloud.apim.otoroshi.plugins.yousign.YouSignWebhookValidator",
39+
"plugin": "cp:otoroshi_plugins.com.cloud.apim.otoroshi.plugins.webhook.WebhookPayloadValidator",
4040
"config": {
4141
"secret": "your-yousign-webhook-secret",
4242
"signature_header": "X-Yousign-Signature-256",

0 commit comments

Comments
 (0)