Skip to content

Commit 226396c

Browse files
authored
Merge pull request #1044 from Moadong/feature/#1043-bypass-rule-everytime-MOA-520
[feat] 외부지원서 허용목록에 에브리타임 주소 추가
2 parents 7932434 + 37c2367 commit 226396c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/moadong/club/entity/ClubApplicationForm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
@Getter
2828
@Builder(toBuilder = true)
2929
public class ClubApplicationForm implements Persistable<String> {
30-
private static final String[] externalApplicationUrlAllowed = {"https://forms.gle", "https://docs.google.com/forms", "https://form.naver.com", "https://naver.me"};
30+
private static final String[] externalApplicationUrlAllowed = {"https://forms.gle", "https://docs.google.com/forms", "https://form.naver.com", "https://naver.me", "https://everytime.kr"};
3131

3232
@Id
3333
private String id;

0 commit comments

Comments
 (0)