mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05: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
1 changed files with 0 additions and 1 deletions
|
@ -207,7 +207,6 @@ module.exports = function apiRoutes() {
|
|||
|
||||
router.post('/db/media/inline',
|
||||
mw.authAdminApi,
|
||||
labs.enabledMiddleware('mediaInliner'),
|
||||
http(api.db.inlineMedia)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue