Compare commits
2 Commits
ee8a748290
...
ab04b7e19f
| Author | SHA1 | Date | |
|---|---|---|---|
| ab04b7e19f | |||
| 1e933a7d65 |
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -5,7 +5,7 @@
|
|||||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>숙제노기</title>
|
<title>숙제노기</title>
|
||||||
<script type="module" crossorigin src="/assets/index.nb852h54.js"></script>
|
<script type="module" crossorigin src="/assets/index.D8OG0Kkt.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "node_modules/.bin/tsc -b && vite build",
|
"build": "npx tsc -b && vite build",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
|
|
||||||
const api = axios.create({
|
const api = axios.create({
|
||||||
baseURL: 'http://sukjenogi.biryu2000.kr/api',
|
baseURL: 'https://api.biryu2000.kr',
|
||||||
})
|
})
|
||||||
|
|
||||||
// 요청 시 토큰 자동 추가
|
// 요청 시 토큰 자동 추가
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user