Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Feb 6, 2024
1 parent 0a2a604 commit fa69e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/console/factories/axios.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from 'axios';
import { authStorage } from '../utils/authStorage';

const options = {
baseURL: import.meta.env.VITE_APP_URL + '/api/v1',
baseURL: '/api/v1',
timeout: 60_000,
};

Expand Down

0 comments on commit fa69e34

Please sign in to comment.