Skip to content

Commit

Permalink
fix : [#67] api 경로 통일
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyter471 committed Nov 1, 2024
1 parent 6aa7250 commit f38dd44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import java.util.List;

@RestController
@RequestMapping("/api/v1/products")
@RequestMapping("/v1/products")
@RequiredArgsConstructor
public class ProductController {

Expand Down

0 comments on commit f38dd44

Please sign in to comment.