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

@ -3,5 +3,5 @@ export const environment = {
// apiUrl: 'http://support-portal.shyshkin.net:5000',
// apiUrl: 'http://dockerapp.shyshkin.net:8080',
apiUrl: 'https://dockerapp.shyshkin.net',
publicUrls: ['/user/login', '/user/register', '/user/*/image/**', '/user/image/**']
publicUrls: ['/user/login', '/user/register', '/user/*/profile-image', '/user/*/profile-image/**']
};