We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a8c45 commit f5c5df3Copy full SHA for f5c5df3
src/routes/main-router.ts
@@ -1,4 +1,3 @@
1
-import { ArticlesController } from '../controllers/articles-controller';
2
import { IndexController } from '../controllers/index-controller';
3
import { isProdMode } from '../environment';
4
import { ArtcilesRouter } from './articles-router';
@@ -8,7 +7,6 @@ import { UsersRouter } from './users-router';
8
7
export class MainRouter {
9
10
public indexCtrl: IndexController = new IndexController();
11
- public articleCtrl: ArticlesController = new ArticlesController();
12
13
public attach(app): void {
14
this.addRoutes(app);
0 commit comments