Skip to content

Commit 1518bfc

Browse files
committed
hotfix: cookie 도메인 설정 이슈 핸들링
1 parent dd13247 commit 1518bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/user.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class UserController {
1515

1616
if (isProd) {
1717
baseOptions.sameSite = 'lax';
18-
baseOptions.domain = process.env.ALLOWED_ORIGINS;
18+
baseOptions.domain = "velog-dashboard.kro.kr";
1919
} else {
2020
baseOptions.domain = 'localhost';
2121
}

0 commit comments

Comments
 (0)