Skip to content

Commit fa69e34

Browse files
committed
WIP
1 parent 0a2a604 commit fa69e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/console/factories/axios.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import axios from 'axios';
22
import { authStorage } from '../utils/authStorage';
33

44
const options = {
5-
baseURL: import.meta.env.VITE_APP_URL + '/api/v1',
5+
baseURL: '/api/v1',
66
timeout: 60_000,
77
};
88

0 commit comments

Comments
 (0)