Skip to content

Commit

Permalink
Merge pull request #104 from Daseul1/feat/#103
Browse files Browse the repository at this point in the history
[#103]feat: 서버 도메인 변경
  • Loading branch information
Daseul1 authored Mar 31, 2022
2 parents 96f57dc + 5837a75 commit 21e2f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ars/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dev-antonym-341008-4b961b814f1a.json
.env.dev
logstash.conf

# compiled output
/dist
Expand Down
2 changes: 1 addition & 1 deletion ars/src/apis/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class AuthService {
res.setHeader('Access-Control-Allow-Origin', 'http://localhost:3000');
res.setHeader(
'Set-Cookie',
`refreshToken=${refreshToken}; path=/; domain=.arios67.shop; SameSite=None; Secure;httpOnly;`,
`refreshToken=${refreshToken}; path=/; domain=.daseul.shop; SameSite=None; Secure;httpOnly;`,
);
}

Expand Down

0 comments on commit 21e2f7d

Please sign in to comment.