Skip to content

Commit

Permalink
Merge pull request #225 from EATSTEAK/dev
Browse files Browse the repository at this point in the history
"S3 환경에서 callback 에 result 파라메터가 전달되지 않는 현상 수정" 적용
  • Loading branch information
EATSTEAK authored Sep 7, 2022
2 parents ac51c25 + 1b424a3 commit a2c2b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
if (getAuthorization()) {
goto('/reserve');
}
callbackUrl = window.location.protocol + '//' + window.location.host + '/callback';
callbackUrl = window.location.protocol + '//' + window.location.host + '/callback/';
callbackNotLoaded = false;
apiCountLocker()
.then((data) => {
Expand Down

0 comments on commit a2c2b56

Please sign in to comment.