mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add option to delete webhooks.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
2
public/v1/js/create_transaction.js
vendored
2
public/v1/js/create_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/edit_transaction.js
vendored
2
public/v1/js/edit_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/profile.js
vendored
2
public/v1/js/profile.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/create.js
vendored
2
public/v1/js/webhooks/create.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/edit.js
vendored
Normal file
2
public/v1/js/webhooks/edit.js
vendored
Normal file
File diff suppressed because one or more lines are too long
8
public/v1/js/webhooks/edit.js.LICENSE.txt
Normal file
8
public/v1/js/webhooks/edit.js.LICENSE.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
/*!
|
||||
* The buffer module from node.js, for the browser.
|
||||
*
|
||||
* @author Feross Aboukhadijeh <http://feross.org>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||||
2
public/v1/js/webhooks/index.js
vendored
2
public/v1/js/webhooks/index.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/webhooks/show.js
vendored
Normal file
2
public/v1/js/webhooks/show.js
vendored
Normal file
File diff suppressed because one or more lines are too long
8
public/v1/js/webhooks/show.js.LICENSE.txt
Normal file
8
public/v1/js/webhooks/show.js.LICENSE.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
/*!
|
||||
* The buffer module from node.js, for the browser.
|
||||
*
|
||||
* @author Feross Aboukhadijeh <http://feross.org>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||||
Reference in New Issue
Block a user