File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tuk-api/src/main/kotlin/nexters/tuk/ui Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import nexters.tuk.ui.resolver.Authenticated
1212import org.springframework.web.bind.annotation.*
1313
1414@RestController
15- @RequestMapping(" api/v1/gatherings" )
15+ @RequestMapping(" / api/v1/gatherings" )
1616class GatheringController (
1717 private val gatheringCommandService : GatheringCommandService ,
1818 private val gatheringGenerateService : GatheringGenerateService ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import nexters.tuk.ui.resolver.Authenticated
77import org.springframework.web.bind.annotation.*
88
99@RestController
10- @RequestMapping(" api/v1/onboarding" )
10+ @RequestMapping(" / api/v1/onboarding" )
1111class OnboardingController (
1212 private val onboardingService : OnboardingService
1313) : OnboardingSpec {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestMapping
88import org.springframework.web.bind.annotation.RestController
99
1010@RestController
11- @RequestMapping(" api/v1/tags" )
11+ @RequestMapping(" / api/v1/tags" )
1212class TagController (
1313 private val tagService : TagService
1414) : TagSpec {
You can’t perform that action at this time.
0 commit comments