Skip to content

Commit c32a369

Browse files
committed
fix: api 주소 수정
1 parent 420ab80 commit c32a369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/cmf/commitField/domain/pet/controller/UserPetController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import org.springframework.web.bind.annotation.RestController;
1515

1616
@RestController
17-
@RequestMapping("/user-pets")
17+
@RequestMapping("/api/user/")
1818
@RequiredArgsConstructor
1919
public class UserPetController {
2020

0 commit comments

Comments
 (0)