diff --git a/Backend/Frontend/creative/src/component/auth/Api.ts b/Backend/Frontend/creative/src/component/auth/Api.ts index fa25811..1f24507 100644 --- a/Backend/Frontend/creative/src/component/auth/Api.ts +++ b/Backend/Frontend/creative/src/component/auth/Api.ts @@ -1,6 +1,6 @@ import axios from "axios" export const api = axios.create({ - baseURL: "http://34.145.39.241:3005" + baseURL: "https://34.145.39.241:3005" }) diff --git a/Backend/Frontend/creative/src/component/map/BusMapping.tsx b/Backend/Frontend/creative/src/component/map/BusMapping.tsx index f0a248c..f7d9ca0 100644 --- a/Backend/Frontend/creative/src/component/map/BusMapping.tsx +++ b/Backend/Frontend/creative/src/component/map/BusMapping.tsx @@ -26,7 +26,6 @@ const Mapping = () => { const container = document.getElementById("busmap"); const x = position.tmX!==0?Number(position.tmX):tmX!==0?tmX:127.07411251036736; const y = position.tmY!==0?Number(position.tmY):tmY!==0?tmY:37.55068403524657; - console.log(x,y) const options = { center: new window.kakao.maps.LatLng(y, x), level: 3,