Skip to content

Commit

Permalink
fix: update the sandbox fallback url (#2924)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron authored Jan 3, 2024
1 parent 513031b commit ebf5ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mgt-element/src/mock/MockMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ export class MockMiddleware implements Middleware {
}

private static setBaseFallbackUrl() {
this._baseUrl = 'https://proxy.apisandbox.msdn.microsoft.com/svc?url=';
this._baseUrl = 'https://graph.office.net/en-us/graph/api/proxy?url=';
}
}

0 comments on commit ebf5ed3

Please sign in to comment.