website refactor

This commit is contained in:
2026-01-16 11:13:42 +01:00
parent d86aa4583b
commit d6b94e21df
30 changed files with 217 additions and 182 deletions

View File

@@ -1,4 +1,4 @@
import { ApiClient } from './api/index';
import { ApiClient } from './api/ApiClient';
import { getWebsiteApiBaseUrl } from './config/apiBaseUrl';
export const apiClient = new ApiClient(getWebsiteApiBaseUrl());
export const apiClient = new ApiClient(getWebsiteApiBaseUrl());