diff --git a/src/app/core/services/static_content.service.ts b/src/app/core/services/static_content.service.ts index fd5776e..aa738c3 100644 --- a/src/app/core/services/static_content.service.ts +++ b/src/app/core/services/static_content.service.ts @@ -55,7 +55,7 @@ export class StaticContentService {//extends IStaticContentService { } getWPContent(pageId): Observable { - return this.http.get(environment.staticUrl + "/pages/" + pageId); + return this.http.get("https://wp.synergatika.gr/wp-json/wp/v2/pages/" + pageId); } // return new Promise((resolve) => {