add service detail page
This commit is contained in:
committed by
Roland Schneider
parent
35f172702a
commit
67839dbfb9
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"fields": ["*"],
|
||||
"populate": {
|
||||
"subscribe": {
|
||||
"subscribeNow": {
|
||||
"fields": ["*"]
|
||||
},
|
||||
"footer": {
|
||||
|
||||
@@ -14,6 +14,7 @@ class StrapiClient{
|
||||
return '/image/'+ imagePath;
|
||||
}
|
||||
public async httpGet(path: string){
|
||||
console.info("httpGet", path);
|
||||
return await httpClient.httpGet(this.strapiUrl + path);
|
||||
}
|
||||
public async httpGetJson<T>(url: string): Promise<Payload<T>>{
|
||||
|
||||
Reference in New Issue
Block a user