Add option to delete webhooks.

This commit is contained in:
James Cole
2022-09-18 05:49:56 +02:00
parent 625ad14d7d
commit d9245f06f7
58 changed files with 768 additions and 43 deletions

View File

@@ -5,5 +5,7 @@
"/v1/js/edit_transaction.js": "/v1/js/edit_transaction.js",
"/v1/js/profile.js": "/v1/js/profile.js",
"/v1/js/webhooks/index.js": "/v1/js/webhooks/index.js",
"/v1/js/webhooks/create.js": "/v1/js/webhooks/create.js"
"/v1/js/webhooks/create.js": "/v1/js/webhooks/create.js",
"/v1/js/webhooks/edit.js": "/v1/js/webhooks/edit.js",
"/v1/js/webhooks/show.js": "/v1/js/webhooks/show.js"
}