Updated base url
This commit is contained in:
parent
f8605389cb
commit
9716cb3194
|
|
@ -1,7 +1,8 @@
|
|||
import axios from 'axios'
|
||||
import { getAccessToken, logout } from '@/auth/utils'
|
||||
|
||||
export const baseURL = 'https://admin.ira-lex.com/api/v1/'
|
||||
// export const baseURL = 'https://admin.ira-lex.com/api/v1/'
|
||||
export const baseURL = 'https://newiralexbadmin.ira-lex.com/api/v1/'
|
||||
|
||||
const ConfiguredAxios = axios.create({
|
||||
baseURL,
|
||||
|
|
|
|||
Loading…
Reference in New Issue