Client - minor refactor

This commit is contained in:
Sam
2021-08-11 22:21:26 +02:00
parent 72db7afe44
commit 3dc1e46329
20 changed files with 32 additions and 12 deletions

View File

@ -1,4 +1,5 @@
import axios from 'axios'
import store from '@/store'
import { USER_STORE } from '@/store/constants'
import { getApiUrl } from '@/utils'

View File

@ -1,4 +1,5 @@
import axios from 'axios'
import { getApiUrl } from '@/utils'
const api = axios.create({