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