we are using asp.net core 3.1 to allow access to a public API. Cors has been enabled in following way.
services.AddCors(options => {