Add custom HTTP interceptor and spinner service for request handling; update CORS settings

This commit is contained in:
liosha84
2025-07-04 09:48:42 +03:00
parent f211a0d146
commit 25e54d5050
7 changed files with 70 additions and 4 deletions
@@ -0,0 +1,7 @@
import { CustomHttpInterceptor } from './custom-http-interceptor';
describe('CustomHttpInterceptor', () => {
it('should create an instance', () => {
expect(new CustomHttpInterceptor()).toBeTruthy();
});
});