core-api: switch auth provider apiOrigin option to backendUrl

This commit is contained in:
Patrik Oldsberg
2020-08-19 09:21:59 +02:00
parent b569f44a38
commit 645c7f444b
11 changed files with 70 additions and 70 deletions
@@ -37,7 +37,7 @@ describe('ProfileCatalog', () => {
[
githubAuthApiRef,
GithubAuth.create({
apiOrigin: 'http://localhost:7000',
backendUrl: 'http://localhost:7000',
basePath: '/auth/',
oauthRequestApi,
}),