mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 03:14:03 +03:00
Removed collections from stable list in Admin API
We had to add these so that they could be played with programatically but now we have a god_mode flag, we can remove them.
This commit is contained in:
parent
29a403cc68
commit
643fbbbb1f
@ -23,7 +23,6 @@ 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