Changed base url
This commit is contained in:
parent
e477609776
commit
fb3ee42166
|
|
@ -1,7 +1,8 @@
|
|||
import axios from 'axios'
|
||||
|
||||
const domain = ''
|
||||
export const baseUrl = 'https://api.ira-lex.com/';
|
||||
// export const baseUrl = 'https://api.ira-lex.com/'
|
||||
export const baseUrl = 'https://newiralexapi.ira-lex.com/'
|
||||
|
||||
export default axios.create({
|
||||
baseURL: baseUrl,
|
||||
|
|
|
|||
Loading…
Reference in New Issue