feat: add submenu style
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import { useLoading } from '../composables/useLoading'
|
||||
const { start: loadingStart, stop: loadingStop } = useLoading()
|
||||
|
||||
export const api: AxiosInstance = axios.create({
|
||||
baseURL: import.meta.env.VITE_API_BASE_URL ?? 'http://localhost:2000',
|
||||
baseURL: import.meta.env.VITE_API_BASE_URL ?? 'https://mws-api.koda.id.vn',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user