Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
shop-api
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulpybaev Ilyas
shop-api
Commits
f3e040a8
Commit
f3e040a8
authored
Apr 01, 2024
by
Kulpybaev Ilyas
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat_1_test' into 'master'
test See merge request
!2
parents
e6322105
fadb95e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
article.route.ts
src/routes/article.route.ts
+1
-1
No files found.
src/routes/article.route.ts
View file @
f3e040a8
...
@@ -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
);
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment