Core - Add the http interceptor (#5486)

* Add the interceptor

* Remove index
This commit is contained in:
Maurizio Vitale
2020-02-17 16:22:10 +00:00
committed by GitHub
parent ffc17157a4
commit 72a942dec8
4 changed files with 18 additions and 30 deletions

View File

@@ -61,3 +61,4 @@ export * from './ecm-user.service';
export * from './identity-user.service';
export * from './identity-group.service';
export * from './identity-role.service';
export * from './auth-bearer.interceptor';