mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
parent
5f4cf42c14
commit
dbd3832967
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ const notImplemented = function (req, res, next) {
|
|||
users: ['GET'],
|
||||
themes: ['POST'],
|
||||
subscribers: ['GET', 'PUT', 'DELETE', 'POST'],
|
||||
configuration: ['GET']
|
||||
configuration: ['GET'],
|
||||
actions: ['GET']
|
||||
};
|
||||
|
||||
const match = req.url.match(/^\/(\w+)\/?/);
|
||||
|
|
Loading…
Add table
Reference in a new issue