fix: merge errors
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
import axios from 'axios';
|
||||
|
||||
const identityClient = axios.create({
|
||||
// Define the base URL for all API requests
|
||||
baseURL: import.meta.env.VITE_IDENTITY_URL,
|
||||
|
||||
// Set a timeout for requests (e.g., 10 seconds)
|
||||
timeout: 10000,
|
||||
|
||||
// Set default headers
|
||||
headers: {
|
||||
'Content-Type': 'application/x-www-form-urlencoded',
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user