Skip to content

Commit

Permalink
chore: ci-cd 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
qormoon committed Jun 25, 2024
1 parent e6b5620 commit e7126d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
21 changes: 0 additions & 21 deletions .deploy/deploy.sh

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public interface AnniversaryApi {
ResponseEntity<Anniversary> addAnniversary(@Parameter(name = "id", description = "멤버아이디")@PathVariable Long id, @RequestBody AnniversaryRequestDTO request);

@Operation(
summary = "기념일 수정",
summary = "기념일 수정입니닷",
description = "사용자의 기념일을 수정합니다.",
security = @SecurityRequirement(name = "bearerAuth")
)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spring:
client-id: ${KAKAO_CLIENT_ID}
client-secret: ${KAKAO_CLIENT_SECRET}
client-authentication-method: client_secret_post
redirect-uri: http://localhost:8080/oauth2/authorization/kakao
redirect-uri: http://localhost:8080/login/oauth2/code/kakao
authorization-grant-type: authorization_code
client-name: kakao
scope:
Expand Down

0 comments on commit e7126d9

Please sign in to comment.