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() }