mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
Removed unused comments route (#15238)
- the comments system lives at members/api/comments and was meant to be removed from here in an early refactor but was missed, possibly as a result of the huge rebase we did
This commit is contained in:
parent
22fd7f289c
commit
9f38e8c49c
@ -18,7 +18,6 @@ module.exports = (routerConfig) => {
|
||||
frontendApp.use(shared.middleware.urlRedirects.frontendSSLRedirect);
|
||||
|
||||
frontendApp.lazyUse('/members', require('../members'));
|
||||
frontendApp.lazyUse('/comments', require('../comments'));
|
||||
frontendApp.use('/', require('../../../frontend/web')(routerConfig));
|
||||
|
||||
return frontendApp;
|
||||
|
Loading…
Reference in New Issue
Block a user