mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05: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
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ const notImplemented = function (req, res, next) {
|
||||||
site: ['GET'],
|
site: ['GET'],
|
||||||
posts: ['GET', 'PUT', 'DELETE', 'POST'],
|
posts: ['GET', 'PUT', 'DELETE', 'POST'],
|
||||||
pages: ['GET', 'PUT', 'DELETE', 'POST'],
|
pages: ['GET', 'PUT', 'DELETE', 'POST'],
|
||||||
collections: ['GET', 'PUT', 'DELETE', 'POST'],
|
|
||||||
images: ['POST'],
|
images: ['POST'],
|
||||||
webhooks: ['POST', 'PUT', 'DELETE'],
|
webhooks: ['POST', 'PUT', 'DELETE'],
|
||||||
actions: ['GET'],
|
actions: ['GET'],
|
||||||
|
|
Loading…
Reference in a new issue