This commit is contained in:
2025-05-20 04:16:03 +03:00
parent 21a05dd202
commit 9531bff01a
88 changed files with 7797 additions and 2246 deletions

View File

@@ -1,5 +1,5 @@
import axios from "axios"
import { useTokenStore } from "~/store/token"
import { useTokenStore } from "~/stores/token-store"
import { API_URL } from "../consts"
axios.interceptors.request.use(