Skip to content

Commit d3c461c

Browse files
committed
✨ controller 도메인 변경
1 parent 4459104 commit d3c461c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/sinabro/sinabro/controller/SurveyController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
@RestController
1616
@RequiredArgsConstructor
17-
@RequestMapping("/api/v1/surveys")
17+
@RequestMapping("/sinabro/api/v1/surveys")
1818
public class SurveyController {
1919

2020
private final SurveyService surveyService;

0 commit comments

Comments
 (0)