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:
Fabien "egg" O'Carroll 2023-06-09 08:53:55 +02:00 committed by Fabien 'egg' O'Carroll
parent 29a403cc68
commit 643fbbbb1f

View File

@ -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'],