Update apiClient.ts

This commit is contained in:
Anthony Stirling 2025-11-17 13:59:28 +00:00 committed by GitHub
parent a2a5d620f7
commit 2848e7fd08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ import { getApiBaseUrl } from '@app/services/apiClientConfig';
const apiClient = axios.create({
baseURL: getApiBaseUrl(),
responseType: 'json',
withCredentials: true,
});
// Setup interceptors (core does nothing, proprietary adds JWT auth)