Skip to content

Commit f5c5df3

Browse files
committed
remove article ctrl from main router
1 parent 03a8c45 commit f5c5df3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/main-router.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { ArticlesController } from '../controllers/articles-controller';
21
import { IndexController } from '../controllers/index-controller';
32
import { isProdMode } from '../environment';
43
import { ArtcilesRouter } from './articles-router';
@@ -8,7 +7,6 @@ import { UsersRouter } from './users-router';
87
export class MainRouter {
98

109
public indexCtrl: IndexController = new IndexController();
11-
public articleCtrl: ArticlesController = new ArticlesController();
1210

1311
public attach(app): void {
1412
this.addRoutes(app);

0 commit comments

Comments
 (0)