Skip to content

Commit

Permalink
fix: change naver map host domain (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeskyu12 authored Aug 16, 2023
1 parent ca10709 commit 8ddef3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const createNaverMapScriptByClientId = (
const script = document.createElement("script");
script.id = SCRIPT_ID;
script.type = "text/javascript";
script.src = `https://openapi.map.naver.com/openapi/v3/maps.js?ncpClientId=${ncpClientId}`;
script.src = `https://oapi.map.naver.com/openapi/v3/maps.js?ncpClientId=${ncpClientId}`;

return script;
};

0 comments on commit 8ddef3a

Please sign in to comment.