Skip to content

Commit

Permalink
세상의 빛과 소금 커밋
Browse files Browse the repository at this point in the history
  • Loading branch information
hdddhdd committed Nov 12, 2023
1 parent 2a4ff20 commit 0676d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/convertAddress/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function getTransitFare(coordinates) {
"count": 10
};

const apiKey = "e8wHh2tya84M88aReEpXCa5XTQf3xgo01aZG39k5";
const apiKey = "hTKivjDzuF5NFMpbPLckQa8cv8ZJyHxi6D7KSHcL";

const headers = {
"accept": "application/json",
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ <h1>Vanilla JavaScript App</h1>
}

async function callTMapAPI(address) {
const url = `https://apis.openapi.sk.com/tmap/geo/convertAddress?version=1&searchTypCd=NtoO&reqAdd=${address}&reqMulti=S&resCoordType=WGS84GEO&appKey=e8wHh2tya84M88aReEpXCa5XTQf3xgo01aZG39k5`;
const url = `https://apis.openapi.sk.com/tmap/geo/convertAddress?version=1&searchTypCd=NtoO&reqAdd=${address}&reqMulti=S&resCoordType=WGS84GEO&appKey=`;

const response = await fetch(url);

Expand Down

0 comments on commit 0676d87

Please sign in to comment.