mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 13:22:39 +03:00
Moved POST /db/media/inline endpoint outside labs
refs https://github.com/TryGhost/Toolbox/issues/524 - The endpoints is for internal (non-documented) usage at the moment and is fine without the labs flag. - This should allows us to test the inlining on production sites sooner
This commit is contained in:
parent
66c20710ba
commit
8025663616
@ -207,7 +207,6 @@ module.exports = function apiRoutes() {
|
||||
|
||||
router.post('/db/media/inline',
|
||||
mw.authAdminApi,
|
||||
labs.enabledMiddleware('mediaInliner'),
|
||||
http(api.db.inlineMedia)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user