Remove redundant /api/v1 suffix from API URL configuration and update related test

This commit is contained in:
2025-11-02 04:11:41 +01:00
parent d75a8de91b
commit bc53504cbf
2 changed files with 2 additions and 3 deletions

View File

@@ -18,7 +18,6 @@ describe('API Client Configuration', () => {
it('should have correct baseURL', () => {
// Generated client already has /api/v1 in baseURL
expect(apiClient.instance.defaults.baseURL).toContain(config.api.url);
expect(apiClient.instance.defaults.baseURL).toContain('/api/v1');
});
it('should have correct timeout', () => {