Skip to content

Commit

Permalink
fix: 네이버지도 API 변경 대응 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: cglee <cglee@klinelex.com>
  • Loading branch information
changyu2 and cglee authored Aug 11, 2023
1 parent a82d6d6 commit 99f1136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/useGetApiUrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export const useGetApiUrl = (options: Options) => {
submodules: options.subModules?.join() ?? "",
});

return `https://openapi.map.naver.com/openapi/v3/maps.js?${query}`;
return `https://oapi.map.naver.com/openapi/v3/maps.js?${query}`;
};

0 comments on commit 99f1136

Please sign in to comment.