Skip to content

Commit

Permalink
refactor: 상품 조회 경로 공통 상수 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyeonkong committed Jan 30, 2025
1 parent a237bc0 commit dd65a47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/market/saessag/global/util/PathConst.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ public class PathConst {
public static final String[] EXCLUDED_PATHS = {
"/api/sign-up",
"/api/sign-in",
"/api/products",
"/api/products/{productId}",
"/error"
};

Expand Down

0 comments on commit dd65a47

Please sign in to comment.