We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06823d commit 2bb6747Copy full SHA for 2bb6747
src/components/user-integrate/UserIntegrateTemplate.tsx
@@ -69,7 +69,7 @@ function UserIntegrateTemplate() {
69
onClick={async () => {
70
const result = await acceptIntegration();
71
if (!result.data) return;
72
- window.location.href = `https://api-dev.codenary.co.kr/contents/velog/callback?code=${result.data.acceptIntegration}&state=${integrateState}`;
+ window.location.href = `https://api.codenary.co.kr/contents/velog/callback?code=${result.data.acceptIntegration}&state=${integrateState}`;
73
}}
74
>
75
승인
0 commit comments