twilio-labs / twilio-aspnet

Integrate Twilio Programmable Messaging and Voice with ASP.NET Respond to webhooks with TwiML in seconds
Apache License 2.0
59 stars 30 forks source link

Replace UrlOverride with BaseUrlOverride #84

Closed Swimburger closed 2 years ago

Swimburger commented 2 years ago

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.