Skip to content

Commit f9dbd98

Browse files
committed
Update example ConfigProvider
1 parent 6d08006 commit f9dbd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function getClientCredentialsToken()
3737
*/
3838
public function getNprAuthorizationServiceHost()
3939
{
40-
return 'https://api.npr.org';
40+
return 'https://authorization.api.npr.org';
4141
}
4242

4343
/**

0 commit comments

Comments
 (0)