Skip to content

Commit

Permalink
Merge pull request #44 from Move-Log/feat/news-create
Browse files Browse the repository at this point in the history
[REFACTOR] API 엔드포인트 컨벤션에 맞게 수정
  • Loading branch information
EunbeenDev authored Jan 13, 2025
2 parents 5f5da0b + d19a9d9 commit 85a058c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import org.springframework.web.multipart.MultipartFile;

@RestController
@RequestMapping("/record")
@RequestMapping("api/v1/record")
@RequiredArgsConstructor
public class RecordController {
private final RecordService recordService;
Expand Down

0 comments on commit 85a058c

Please sign in to comment.