]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/api/logging.service.ts
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / api / logging.service.ts
index 7c3bdc586ec05e3ce14ffbce2b5f2c8a97a11d2c..85846946b6c795d27babedd6c77e90b7ca9c7176 100644 (file)
@@ -1,10 +1,8 @@
 import { HttpClient } from '@angular/common/http';
 import { Injectable } from '@angular/core';
 
-import { ApiModule } from './api.module';
-
 @Injectable({
-  providedIn: ApiModule
+  providedIn: 'root'
 })
 export class LoggingService {
   constructor(private http: HttpClient) {}