mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Allowed integrations to use Collections API
This commit is contained in:
parent
92172aca8e
commit
e0da095c76
@ -19,6 +19,7 @@ const notImplemented = function (req, res, next) {
|
||||
site: ['GET'],
|
||||
posts: ['GET', 'PUT', 'DELETE', 'POST'],
|
||||
pages: ['GET', 'PUT', 'DELETE', 'POST'],
|
||||
collections: ['GET', 'PUT', 'DELETE', 'POST'],
|
||||
images: ['POST'],
|
||||
webhooks: ['POST', 'PUT', 'DELETE'],
|
||||
actions: ['GET'],
|
||||
|
Loading…
Reference in New Issue
Block a user