Skip to content

Commit

Permalink
Merge pull request #91 from YAPP-Github/feature/MAFOO-193
Browse files Browse the repository at this point in the history
[MAFOO-193] fix: ํฌํ† ์‹œ๊ทธ๋‹ˆ์ฒ˜ QR url regex ํŒจํ„ด ์ˆ˜์ •
  • Loading branch information
gmkim20713 authored Dec 21, 2024
2 parents 164e5f0 + e17d7ef commit ff0dbbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public enum BrandType {
MY_FOUR_CUT(Pattern.compile("https://firebasestorage\\.googleapis\\.com:443/v0/b/my4ccu\\.appspot\\.com/.*")),
PHOTOGRAY(Pattern.compile("https://pgshort\\.aprd\\.io/.*")),
MONOMANSION(Pattern.compile("https://monomansion\\.net/.*")),
PHOTO_SIGNATURE(Pattern.compile("http://photoqr3\\.kr/.*")),
PHOTO_SIGNATURE(Pattern.compile("http://photoqr\\d+\\.kr/.*")),
PICDOT(Pattern.compile("https://picdot\\.kr/.*")),
MAFOO(Pattern.compile("https://mafoo\\.kr/.*")),
EXTERNAL(Pattern.compile("https://mafoo")),
Expand Down

0 comments on commit ff0dbbf

Please sign in to comment.