Skip to content

Commit

Permalink
feat: Add Couple Path validate
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsu4755 committed Dec 1, 2023
1 parent 4f59226 commit dca77b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ private boolean isContainApiPath(String uri) {
}

private boolean isNotRequiredCoupleIdPath(String uri) {
return uri.contains("user");
return uri.contains("user") || uri.contains("couple");
}
}

0 comments on commit dca77b4

Please sign in to comment.