Skip to content

Commit

Permalink
chore: change http status
Browse files Browse the repository at this point in the history
  • Loading branch information
Kang1221 committed Aug 19, 2024
1 parent 75fd092 commit 09a2daf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ public enum Success {
DELETE_INTEREST_SUCCESS(HttpStatus.OK, "Successfully removed the product from interest List."),
DELETE_ADDRESS_SUCCESS(HttpStatus.OK, "Successfully deleted the delivery address."),
DELETE_ACCOUNT_SUCCESS(HttpStatus.OK, "Successfully deleted the account"),
LOGOUT_SUCCESS(HttpStatus.OK, "Successfully log out the user"),


// 201 CREATED
SIGNIN_KAKAO_SUCCESS(HttpStatus.CREATED, "Successfully sign in using Kakao"),
SIGNIN_APPLE_SUCCESS(HttpStatus.CREATED, "Successfully sign in using Kakao"),

REFRESH_ACCESS_TOKEN_SUCCESS(HttpStatus.CREATED, "Successfully refreshed access token."),
LOGOUT_SUCCESS(HttpStatus.CREATED, "Successfully log out the user"),

SET_REDIS_KEY_SUCCESS(HttpStatus.CREATED, "Successfully set the redis key"),

Expand Down

0 comments on commit 09a2daf

Please sign in to comment.