SuccessChanges

Summary

  1. Fixes communication between frontend and backend (details)
Commit be45a6e1ddcb44731760c1393c195348f2261840 by Miguel Reboiro-Jato
Fixes communication between frontend and backend
On the one hand, the frontend was always using the pre-production
backend. On the other hand, the pre-production frontend is being served
over HTTPS, but the backend URL was using the HTTP protocol, so there
was a security error.
This commit fixes these problems, with the cost that now during
development it is necessary to use Angular's own server for the frontend
(although this was already the recommended option).
The file was modifiedweb/src/main/angular/src/environments/environment.ts (diff)
The file was modifiedweb/src/main/angular/package-lock.json (diff)
The file was modifiedweb/src/main/angular/angular.json (diff)
The file was addedweb/src/main/angular/src/environments/environment.development.ts (diff)
The file was modifiedCONTRIBUTING.md (diff)
The file was modifiedweb/src/main/angular/package.json (diff)