//Example app.UseCors(x => x.AllowAnyHeader().AllowAnyMethod().WithOrigins("https://localhost:4200"));
CORS => (Cross-Origin Resource Sharing) sharing resources between different sources