Commit f3e040a8 authored by Kulpybaev Ilyas's avatar Kulpybaev Ilyas

Merge branch 'feat_1_test' into 'master'

test

See merge request !2
parents e6322105 fadb95e6
...@@ -13,7 +13,7 @@ export class ArticleRoute implements IRoute { ...@@ -13,7 +13,7 @@ export class ArticleRoute implements IRoute {
private init() { private init() {
this.router.get('/', this.controller.getAllArticles); 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); 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