Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
Update bootstrap/http/src/main/kotlin/com/studentcenter/weave/bootstr…
Browse files Browse the repository at this point in the history
…ap/common/security/interceptor/AuthorizationInterceptor.kt
  • Loading branch information
waterfogSW authored Feb 2, 2024
1 parent a5921bf commit 1e29c73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class AuthorizationInterceptor : HandlerInterceptor {
}

companion object {
const val UNAUTHORIZED_REQUEST_MESSAGE = "요청 권한이 없습니다."
const val UNAUTHORIZED_REQUEST_MESSAGE = "인증되지 않은 사용자 입니다."
}

}

0 comments on commit 1e29c73

Please sign in to comment.