chore: change api url
This commit is contained in:
parent
0178baaacf
commit
238f0e8c63
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import axios from 'axios';
|
|||
import { AppError } from '@utils/AppError';
|
||||
|
||||
const api = axios.create({
|
||||
baseURL: 'http://192.168.0.53:3333',
|
||||
baseURL: 'http://192.168.0.61:3333',
|
||||
});
|
||||
|
||||
api.interceptors.request.use(
|
||||
|
|
|
|||
Loading…
Reference in a new issue