mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Removed unuseful comment
no issue - The file has been moved to the frontend and we have linting rules to remind moving "server" requires
This commit is contained in:
parent
4582fd48b5
commit
5b2009a268
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue