Synch up paths front-end vs back-end for A1/AC
[portal/ric-dashboard.git] / webapp-frontend / src / app / services / e2-mgr / e2-mgr.service.ts
index dfee7e1..e40ee60 100644 (file)
@@ -77,7 +77,7 @@ export class E2ManagerService {
    * @returns Observable with body.
    */
   nodebPut(): Observable<any> {
-    return this.httpClient.put((this.basePath + 'nodeb'), { observe: 'body' });
+    return this.httpClient.put((this.basePath + 'nodebShutdownPut'), { observe: 'body' });
   }
 
 }