Commit b92af889 authored by Gyeongho Park's avatar Gyeongho Park

[MOD] RequestMapping "api" 추가

parent c211662b
...@@ -14,6 +14,7 @@ import org.springframework.web.bind.annotation.*; ...@@ -14,6 +14,7 @@ import org.springframework.web.bind.annotation.*;
@RestController @RestController
@AllArgsConstructor @AllArgsConstructor
@Log4j2 @Log4j2
@RequestMapping("/api")
@Api("가이드 API V1") @Api("가이드 API V1")
public class GuideController { public class GuideController {
GuideService guideService; GuideService guideService;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment