Skip to content

Commit b937055

Browse files
committed
viacep: remove cors proxy
1 parent a070ec6 commit b937055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ function injectProxy (Service) {
1313
}
1414

1515
export const CorreiosService = isBrowser() ? injectProxy(Correios) : Correios
16-
export const ViaCepService = isBrowser() ? injectProxy(ViaCep) : ViaCep
16+
export const ViaCepService = ViaCep

0 commit comments

Comments
 (0)