We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee74a27 commit 5799495Copy full SHA for 5799495
apis/src/main/kotlin/org/yapp/apis/home/controller/HomeController.kt
@@ -15,7 +15,7 @@ import java.util.*
15
16
@Validated
17
@RestController
18
-@RequestMapping("/api/home")
+@RequestMapping("/api/v1/home")
19
class HomeController(
20
private val homeUseCase: HomeUseCase
21
) : HomeControllerApi {
apis/src/main/kotlin/org/yapp/apis/home/controller/HomeControllerApi.kt
@@ -19,7 +19,7 @@ import org.yapp.globalutils.exception.ErrorResponse
import java.util.*
@Tag(name = "Home", description = "홈 화면 관련 API")
22
23
interface HomeControllerApi {
24
25
@Operation(
0 commit comments