We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 959462f + e230b6d commit 66172b5Copy full SHA for 66172b5
src/domains/keyword/keywordRoutes.js
@@ -5,7 +5,7 @@ const router = express.Router();
5
6
7
// 키워드별 개수 조회
8
-router.get('/articles/count/:keyword', getArticleCounts);
+router.get('/articles/count', getArticleCounts);
9
10
// 특정 키워드를 포함한 언론사 별 기사 목록 조회
11
router.get('/articles/:keyword', getArticlesByKeyword);
0 commit comments