Skip to content

Commit

Permalink
fix: 상품 상세 조회 경로 공통 상수 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyeonkong committed Jan 30, 2025
1 parent dd65a47 commit 69f3f9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class PathConst {
"/api/sign-up",
"/api/sign-in",
"/api/products",
"/api/products/{productId}",
"/api/products/*",
"/error"
};

Expand Down

0 comments on commit 69f3f9e

Please sign in to comment.