120. Creating Interceptor (#14 Section 16: Interceptor)

This commit is contained in:
Art
2021-09-13 20:35:37 +03:00
parent 22d922f3a0
commit b13c73ff24
3 changed files with 60 additions and 10 deletions

View File

@ -4,7 +4,8 @@
export const environment = {
production: false,
apiUrl: 'http://localhost:8080'
apiUrl: 'http://localhost:8080',
publicUrls: ['/user/login', '/user/register', '/user/*/image/**', '/user/image/**']
};
/*