fixed log4j issue
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / _services / interceptor.service.ts
1 import { Injectable } from '@angular/core';
2 import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from "@angular/common/http";
3
4 @Injectable({
5   providedIn: 'root'
6 })
7 export class InterceptorService {
8
9   constructor() { }
10 }