Skip to content

Commit 66172b5

Browse files
authored
Merge pull request #33 from TWC-codeit/feat/#12-articles
fix: article/keyword 조회 시 다중 쿼리 적용
2 parents 959462f + e230b6d commit 66172b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/domains/keyword/keywordRoutes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const router = express.Router();
55

66

77
// 키워드별 개수 조회
8-
router.get('/articles/count/:keyword', getArticleCounts);
8+
router.get('/articles/count', getArticleCounts);
99

1010
// 특정 키워드를 포함한 언론사 별 기사 목록 조회
1111
router.get('/articles/:keyword', getArticlesByKeyword);

0 commit comments

Comments
 (0)