Commit 0f5b1be6 authored by Gyeongho Park's avatar Gyeongho Park

[MOD] controller /api prefix url 추가

parent 2a510012
......@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.*;
@RestController
@AllArgsConstructor
@Log4j2
@RequestMapping("/guide-index")
@RequestMapping("/api/guide-index")
@CrossOrigin
@Api("가이드 API V1")
public class GuideIndexController {
......
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