X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Finterceptor.ts;h=db5f447599355462d1faaa0c1dac1b5cf0e50fd5;hb=f86e29a04a460607a84a6668e3798ee2ea792401;hp=b1b2aa5b9da24bfce9020d091dca13533e317090;hpb=b38d7384f7ef6571895d6d0cf89791749c33f783;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/interceptor.ts b/webapp-frontend/src/app/interceptor.ts index b1b2aa5..db5f447 100644 --- a/webapp-frontend/src/app/interceptor.ts +++ b/webapp-frontend/src/app/interceptor.ts @@ -23,7 +23,7 @@ import { HttpErrorResponse, HttpEvent, HttpHandler, HttpInterceptor, HttpRequest import { Observable } from 'rxjs'; import { catchError } from 'rxjs/operators'; import { throwError } from 'rxjs'; -import { NotificationService } from './services/ui/notification.service'; +import { NotificationService } from '@services/ui/notification.service'; @Injectable() export class HttpRequestInterceptor implements HttpInterceptor {