Skip to content

Commit 85a058c

Browse files
authored
Merge pull request #44 from Move-Log/feat/news-create
[REFACTOR] API 엔드포인트 컨벤션에 맞게 수정
2 parents 5f5da0b + d19a9d9 commit 85a058c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/movelog/domain/record/presentation/RecordController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import org.springframework.web.multipart.MultipartFile;
1414

1515
@RestController
16-
@RequestMapping("/record")
16+
@RequestMapping("api/v1/record")
1717
@RequiredArgsConstructor
1818
public class RecordController {
1919
private final RecordService recordService;

0 commit comments

Comments
 (0)