mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 09:50:34 +03:00
b1dd96ecc2
refs #2757 - As per this convo: https://ghost.slack.com/archives/ghost/p1436895553007431 the 405 handling in Ghost is acting as a catch all, rather than only returning when the wrong HTTP method is used for a valid resource. - Implementing proper 405 with express is a challenge, and therefore we defer doing this work until it is needed |
||
---|---|---|
.. | ||
api-error-handlers.js | ||
auth-strategies.js | ||
cache-control.js | ||
client-auth.js | ||
decide-is-admin.js | ||
ghost-busboy.js | ||
index.js | ||
middleware.js | ||
oauth.js | ||
spam-prevention.js | ||
uncapitalise.js |