Skip to content

Commit 13d200d

Browse files
authored
Merge pull request #73 from CommitField/feature/#6
rename : s3 test uri fix
2 parents 7b429cb + f2085cc commit 13d200d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/cmf/commitField/domain/admin/controller/ApiV1PetImgController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import java.util.stream.Collectors;
1313

1414
@RestController
15-
@RequestMapping("/api/v1/admin/pet")
15+
@RequestMapping("/api/v1")
1616
@RequiredArgsConstructor
1717
public class ApiV1PetImgController {
1818
private final S3Client s3Client;

0 commit comments

Comments
 (0)