Skip to content

Commit

Permalink
[Fix]: 매직넘버 validation 변경
Browse files Browse the repository at this point in the history
Related to: #516
  • Loading branch information
dev-Crayon committed Oct 31, 2024
1 parent 0527cdb commit 791caf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ public class Constant {
public final static int CURRENT_GENERATION = 35;

// Regex
public final static String PHONE_NUMBER_REGEX = "^010\\d{8}$";
public final static String PHONE_NUMBER_REGEX = "^(010|015)\\d{8}$";
}

0 comments on commit 791caf7

Please sign in to comment.