Skip to content

Commit 2bb6747

Browse files
committed
fix: api endpoint
1 parent a06823d commit 2bb6747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/user-integrate/UserIntegrateTemplate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function UserIntegrateTemplate() {
6969
onClick={async () => {
7070
const result = await acceptIntegration();
7171
if (!result.data) return;
72-
window.location.href = `https://api-dev.codenary.co.kr/contents/velog/callback?code=${result.data.acceptIntegration}&state=${integrateState}`;
72+
window.location.href = `https://api.codenary.co.kr/contents/velog/callback?code=${result.data.acceptIntegration}&state=${integrateState}`;
7373
}}
7474
>
7575
승인

0 commit comments

Comments
 (0)