mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixed linter error
refs https://github.com/TryGhost/Team/issues/1258 - all uses of `labs` service in the frontend site router have been removed but the require had been left in place
This commit is contained in:
parent
9b210f9add
commit
5b5f756a8d
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ const siteRoutes = require('./routes');
|
|||
const shared = require('../../server/web/shared');
|
||||
const errorHandler = require('@tryghost/mw-error-handler');
|
||||
const mw = require('./middleware');
|
||||
const labs = require('../../shared/labs');
|
||||
|
||||
const STATIC_IMAGE_URL_PREFIX = `/${urlUtils.STATIC_IMAGE_URL_PREFIX}`;
|
||||
const STATIC_MEDIA_URL_PREFIX = `/${constants.STATIC_MEDIA_URL_PREFIX}`;
|
||||
|
|
Loading…
Add table
Reference in a new issue