Skip to content

Commit

Permalink
🎨 F'fff'
Browse files Browse the repository at this point in the history
f
  • Loading branch information
labyrinth30 committed Jun 29, 2024
1 parent 090f9dd commit fb86161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class AuthService {

private readonly BEARER_PREFIX = 'Bearer';
private readonly JWT_EXPIRATION = '365d';
private readonly KAKAO_TOKEN_URL = 'https://kauth.kakao.com/oauth/token';
private readonly KAKAO_TOKEN_URL = 'https://kauth.kakao.com/oauth/token?';
private readonly KAKAO_USER_INFO_URL = 'https://kapi.kakao.com/v2/user/me';

extractTokenFromHeader(header: string) {
Expand Down

0 comments on commit fb86161

Please sign in to comment.