Commit fadb95e6 authored by Kulpybaev Ilyas's avatar Kulpybaev Ilyas

test

parent da877c7b
......@@ -14,7 +14,7 @@ export class ArticleRoute implements IRoute {
private init() {
this.router.get('/', this.controller.getAllArticles);
this.router.get('/:id', this.controller.getArticle);
// this.router.get('/:id', this.controller.getArticle);
this.router.post('/', this.controller.createArticle);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment