From 21b8ec8681f904c1c37454763998f1e32b0002af Mon Sep 17 00:00:00 2001 From: "tae.y" <0211ilyoil@gmail.com> Date: Thu, 18 Jul 2024 01:10:00 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=B7=20::=20url=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scul/projectscul/domain/news/presentation/NewsController.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/scul/projectscul/domain/news/presentation/NewsController.kt b/src/main/kotlin/scul/projectscul/domain/news/presentation/NewsController.kt index 8a258bc..7db98ff 100644 --- a/src/main/kotlin/scul/projectscul/domain/news/presentation/NewsController.kt +++ b/src/main/kotlin/scul/projectscul/domain/news/presentation/NewsController.kt @@ -14,7 +14,7 @@ class NewsController ( ) { - @GetMapping + @GetMapping("/list") fun newsList() : NewsListResponse { return getNewsService.execute() }