Skip to content

Commit

Permalink
[수정] 리다이렉션 url 수정
Browse files Browse the repository at this point in the history
[수정] 리다이렉션 url 수정
  • Loading branch information
HeeDragoN1123 authored Oct 23, 2023
1 parent 8609124 commit 8550818
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 @@ -149,7 +149,7 @@ export class AuthService {

// 리다이렉션
res.redirect(
`http://localhost:5500?accessToken=${encodeURIComponent(
`http://localhost:5173?accessToken=${encodeURIComponent(
accessToken
)}&refreshToken=${encodeURIComponent(
refreshToken
Expand Down

0 comments on commit 8550818

Please sign in to comment.