robustifying arrays and foreignkeys
This commit is contained in:
@@ -91,7 +91,7 @@ export class CrudService extends ApiService {
|
||||
}
|
||||
|
||||
public get(resource: string, id: string) {
|
||||
return this.http.get<{}>(
|
||||
return this.http.get<any>(
|
||||
`${this.api_root}/${resource.toLowerCase()}/${id}`
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user