summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole3/frontend/src/app/api/software-component.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole3/frontend/src/app/api/software-component.service.ts')
-rw-r--r--admin/WebConsole3/frontend/src/app/api/software-component.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole3/frontend/src/app/api/software-component.service.ts b/admin/WebConsole3/frontend/src/app/api/software-component.service.ts
index b154d41a..515f1cb4 100644
--- a/admin/WebConsole3/frontend/src/app/api/software-component.service.ts
+++ b/admin/WebConsole3/frontend/src/app/api/software-component.service.ts
@@ -14,7 +14,7 @@ import {ResourceService} from "globunet-angular/core/providers/api/resource.serv
export class SoftwareComponentService extends ResourceService<SoftwareComponent> {
constructor(http: HttpClient){
- super(http, environment.API_URL,"softwarecomponents", new SoftwareComponentSerializer());
+ super(http, environment.API_URL,"softwares", new SoftwareComponentSerializer());
}
}