Skip to content

Commit

Permalink
fix: #16 api/product
Browse files Browse the repository at this point in the history
  • Loading branch information
sominyun committed Mar 5, 2024
1 parent f38bf0a commit 2a378bd
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 @@

@Slf4j
@RestController
@RequestMapping("/product")
@RequestMapping("api/product")
@RequiredArgsConstructor
public class ProductController {

Expand Down

0 comments on commit 2a378bd

Please sign in to comment.