27.4.2. Modified public URLs for getting profile image - frontend (#27)

This commit is contained in:
Art
2021-09-28 17:04:52 +03:00
parent a1e5b6883e
commit da6d786574
4 changed files with 5 additions and 6 deletions

View File

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