Skip to content

Commit 53a8759

Browse files
saviocmcAlexandreBellas
authored andcommitted
chore: atualiza a URL base da API do Bling
fix #33
1 parent 1dc80b9 commit 53a8759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/ioc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { IBlingRepository } from '../repositories/bling.repository.interface'
88
*/
99
export function getRepository(accessToken: string): IBlingRepository {
1010
return new BlingRepository({
11-
baseUrl: 'https://www.bling.com.br/Api/v3',
11+
baseUrl: 'https://api.bling.com.br/Api/v3',
1212
accessToken
1313
})
1414
}

0 commit comments

Comments
 (0)