UrlOverride doesn't make sense to configure at the project level, so I changed it to BaseUrlOverride.
The BaseUrlOverride property will override the URL as before, but append the path of the current HTTP request.
This way you can configure the BaseUrlOverride for the whole project without specifying the individual paths of MVC actions.
This was test for .NET 6, but I need to switch machines to test on Windows.
Contributing to Twilio
All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.
[x] I acknowledge that all my contributions will be made under the project's license.
UrlOverride doesn't make sense to configure at the project level, so I changed it to BaseUrlOverride. The BaseUrlOverride property will override the URL as before, but append the path of the current HTTP request. This way you can configure the BaseUrlOverride for the whole project without specifying the individual paths of MVC actions.
This was test for .NET 6, but I need to switch machines to test on Windows.
Contributing to Twilio