27.3.2. Modified endpoint update user - use userId instead of current username - frontend (#27)

This commit is contained in:
Art
2021-09-28 15:05:52 +03:00
parent 1046f352ab
commit 75517d4821
3 changed files with 7 additions and 7 deletions

View File

@ -4,12 +4,12 @@
export const environment = {
production: false,
apiUrl: 'https://dockerapp.shyshkin.net',
// apiUrl: 'https://dockerapp.shyshkin.net',
// apiUrl: 'https://portal-back-secure.shyshkin.net',
// apiUrl: 'http://portal-bean.shyshkin.net',
// apiUrl: 'http://supportportalbackend-env.eba-wfr5wya3.eu-north-1.elasticbeanstalk.com',
// apiUrl: 'http://support-portal.shyshkin.net:5000',
// apiUrl: 'http://localhost:8080',
apiUrl: 'http://localhost:8080',
publicUrls: ['/user/login', '/user/register', '/user/*/image/**', '/user/image/**']
};