Skip to content

Commit

Permalink
πŸš‘ !HOTFIX : kakao callbackURL μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Nov 14, 2024
1 parent 143e5fa commit 6efbd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BE/src/auth/strategy/kakao.strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class KakaoStrategy extends PassportStrategy<Strategy>(
const options: KakaoStrategyOptions = {
clientID: configService.get<string>('KAKAO_CLIENT_ID') || '',
clientSecret: '',
callbackURL: `${configService.get<string>('BACKEND_URL') || ''}/auth/kakao`,
callbackURL: `${configService.get<string>('BACKEND_URL') || ''}/api/auth/kakao`,
};

super(options);
Expand Down

0 comments on commit 6efbd2c

Please sign in to comment.