feat: add submenu style

This commit is contained in:
2026-09-09 19:32:58 +07:00
parent 2e03b22b82
commit 301063533a
2 changed files with 28 additions and 9 deletions
+1 -1
View File
@@ -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',
},