0
Fork 0
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:
kirrg001 2019-02-23 09:37:18 +01:00
parent a02a43e6fa
commit 487a32832a

View file

@ -20,7 +20,6 @@ const notImplemented = function (req, res, next) {
themes: ['POST'],
subscribers: ['GET', 'PUT', 'DELETE', 'POST'],
configuration: ['GET'],
actions: ['GET'],
webhooks: ['POST', 'DELETE']
};