#33 Removed useless things
This commit is contained in:
@@ -10,7 +10,7 @@ export default function(app) {
|
||||
// depending on the environment, the correct file will be used
|
||||
const api = axios.create({
|
||||
baseURL: import.meta.env.VITE_API_URL,
|
||||
timeout: 2000,
|
||||
timeout: 10000,
|
||||
});
|
||||
|
||||
const requestInterceptor = (config) => {
|
||||
|
||||
Reference in New Issue
Block a user