We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc80b9 commit 53a8759Copy full SHA for 53a8759
src/providers/ioc.ts
@@ -8,7 +8,7 @@ import { IBlingRepository } from '../repositories/bling.repository.interface'
8
*/
9
export function getRepository(accessToken: string): IBlingRepository {
10
return new BlingRepository({
11
- baseUrl: 'https://www.bling.com.br/Api/v3',
+ baseUrl: 'https://api.bling.com.br/Api/v3',
12
accessToken
13
})
14
}
0 commit comments