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 a070ec6 commit b937055Copy full SHA for b937055
src/services/index.js
@@ -13,4 +13,4 @@ function injectProxy (Service) {
13
}
14
15
export const CorreiosService = isBrowser() ? injectProxy(Correios) : Correios
16
-export const ViaCepService = isBrowser() ? injectProxy(ViaCep) : ViaCep
+export const ViaCepService = ViaCep
0 commit comments