This commit is contained in:
Iliyan Angelov
2025-09-26 00:45:31 +03:00
parent 1e316a763a
commit 3f5bcfad68
2821 changed files with 1043 additions and 38155 deletions

View File

@@ -109,7 +109,7 @@ export interface AboutPageData {
journey: AboutJourney;
}
class AboutService {
class AboutServiceAPI {
private baseUrl = `${API_BASE_URL}/api/about`;
/**
@@ -330,5 +330,5 @@ class AboutService {
}
// Export a singleton instance
export const aboutService = new AboutService();
export const aboutService = new AboutServiceAPI();
export default aboutService;