Unfished Graph sections
Part 2
This commit is contained in:
parent
c13acc6ce3
commit
4350a24132
9 changed files with 235 additions and 77 deletions
|
@ -3,7 +3,7 @@ import { ApiService } from './api-service';
|
|||
|
||||
@Injectable()
|
||||
export class OrgGraphsService {
|
||||
private orgGraphUrl = '/v1/customer/graphs';
|
||||
private orgGraphUrl = '/v1/organisation/graphs';
|
||||
|
||||
constructor(private api: ApiService) { }
|
||||
|
||||
|
|
Reference in a new issue