CommunityToolkit / Graph-Controls

Set of Helpers and Controls for Windows development using the Microsoft Graph.
https://docs.microsoft.com/en-us/windows/communitytoolkit/graph/overview
Other
155 stars 39 forks source link

Updated mock service endpoint in MockProvider #141

Closed shweaver-MSFT closed 3 years ago

shweaver-MSFT commented 3 years ago

Fixes #140

PR Type

What kind of change does this PR introduce?

What is the current behavior?

MockProvider is currently broken because the underlying service endpoint changed.

What is the new behavior?

Instead of pointing to a hardcoded proxy url, we now make a request to a middle service to get the proxy url, and then use that for any outgoing requests.

PR Checklist

Please check if your PR fulfills the following requirements:

Other information

ghost commented 3 years ago

Thanks shweaver-MSFT for opening a Pull Request! The reviewers will test the PR and highlight if there is any merge conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌