Add table with automatic neighbor relation data
[portal/ric-dashboard.git] / webapp-frontend / src / app / services / xapp-mgr / xapp-mgr.service.ts
index 13ae13d..48132d2 100644 (file)
@@ -34,7 +34,6 @@ export class XappMgrService {
 
   getAll(): Observable<XMXapp[]>{
     return this.httpClient.get<XMXapp[]>(this.basePath)
-
   }
 
   deployXapp(name: string) {
@@ -46,4 +45,4 @@ export class XappMgrService {
     return this.httpClient.delete((this.basePath + '/' + name), { observe: 'response' });
   }
 
-}
\ No newline at end of file
+}