update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user