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

@ -10,7 +10,7 @@ export const environment = {
// apiUrl: 'http://supportportalbackend-env.eba-wfr5wya3.eu-north-1.elasticbeanstalk.com',
// apiUrl: 'http://support-portal.shyshkin.net:5000',
apiUrl: 'http://localhost:8080',
publicUrls: ['/user/login', '/user/register', '/user/*/image/**', '/user/image/**']
publicUrls: ['/user/login', '/user/register', '/user/*/profile-image', '/user/*/profile-image/**']
};
/*