Skip to content

Commit

Permalink
API 주소 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dokdo2013 committed May 14, 2022
1 parent 3888aa6 commit 8010219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ import UserManageModal from "./Components/UserManageModal";
// import { calcRelativeAxisPosition } from 'framer-motion/types/projection/geometry/delta-calc';
import axios from "axios";

const apiBaseURL = "http://localhost:9090";
// const apiBaseURL = "http://localhost:9090";
// const apiBaseURL = "http://172.30.1.2:9090";
// const apiBaseURL = "https://api.c6h12o6.kr";
const apiBaseURL = "https://api.c6h12o6.kr";

export default function SimpleSidebar({ children }) {
const { colorMode, toggleColorMode } = useColorMode();
Expand Down

0 comments on commit 8010219

Please sign in to comment.