Skip to content

Commit ff671d9

Browse files
committed
refactor: remove CUSTOMER_KEY_CHECK from whitelist
1 parent b7d6fb9 commit ff671d9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/life/mosu/mosuserver/global/filter/Whitelist.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public enum Whitelist {
4444
USER_ID_CHECK("/api/v1/user/check-id", WhitelistMethod.GET),
4545
USER_PHONE_NUMBER_CHECK("/api/v1/user/check-phone-number", WhitelistMethod.GET),
4646

47-
CUSTOMER_KEY_CHECK("/api/v1/user/customer-key", WhitelistMethod.GET),
4847
EXAM("/api/v1/exam", WhitelistMethod.GET),
4948
EXAM_AREAS("/api/v1/exam/areas", WhitelistMethod.GET),
5049
EXAM_ALL("/api/v1/exam/all", WhitelistMethod.GET),

0 commit comments

Comments
 (0)