mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Reverted access to "actions" for integrations
refs #9865
- see dbd3832967
- we are not aware of any use cases so far
- reverting
This commit is contained in:
parent
a02a43e6fa
commit
487a32832a
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ const notImplemented = function (req, res, next) {
|
|||
themes: ['POST'],
|
||||
subscribers: ['GET', 'PUT', 'DELETE', 'POST'],
|
||||
configuration: ['GET'],
|
||||
actions: ['GET'],
|
||||
webhooks: ['POST', 'DELETE']
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue