diff --git a/core/frontend/web/routes.js b/core/frontend/web/routes.js index 7ca8eb9042..2351946dc5 100644 --- a/core/frontend/web/routes.js +++ b/core/frontend/web/routes.js @@ -1,7 +1,6 @@ const debug = require('@tryghost/debug')('routing'); const routing = require('../services/routing'); -// NOTE: temporary import from the frontend, will become a backend service soon const urlService = require('../../server/services/url'); const routeSettings = require('../../server/services/route-settings');