-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: appKey가 존재하는 지 확인하는 쿼리 메서드 추가 - existsByToken메서드 추가 * feat: Log를 저장할 때 appKey가 존재하는 지 확인하도록 수정 * test: Log를 저장할 때 appKey가 존재하는 지 확인하도록 수정 - 존재하지 않는 Application Key로 Log를 저장할 수 없다. - 잘못된 형태의 Application Key로 Log를 저장할 수 없다. * refactor: Log를 저장할 때 appKey 검증 로직 리팩토링
- Loading branch information
Showing
3 changed files
with
84 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters