Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sw0501 committed Dec 4, 2023
2 parents 3aa3d2b + 826da73 commit ed197df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Backend/Frontend/creative/src/component/auth/Api.ts
Original file line number Diff line number Diff line change
@@ -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"
})

1 change: 0 additions & 1 deletion Backend/Frontend/creative/src/component/map/BusMapping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ed197df

Please sign in to comment.