Add custom HTTP interceptor and spinner service for request handling; update CORS settings
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { CustomHttpInterceptor } from './custom-http-interceptor';
|
||||
|
||||
describe('CustomHttpInterceptor', () => {
|
||||
it('should create an instance', () => {
|
||||
expect(new CustomHttpInterceptor()).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user