Skip to content

Commit

Permalink
Update apiClient.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Naetffy authored May 12, 2024
1 parent 8c8ade8 commit 10cb19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/apiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import axios from 'axios';
const apiClient = axios.create({
baseURL: process.env.REACT_APP_API_URL,
withCredentials: true,
timeout: 10000
timeout: 100000
});

export default apiClient;

0 comments on commit 10cb19e

Please sign in to comment.