Skip to content

Instantly share code, notes, and snippets.

@WallysonGalvao
Last active June 20, 2020 03:35
Show Gist options
  • Save WallysonGalvao/dbfe79f9a80d250c638951c187bf7310 to your computer and use it in GitHub Desktop.
Save WallysonGalvao/dbfe79f9a80d250c638951c187bf7310 to your computer and use it in GitHub Desktop.
Marvelapp
import axios from "axios";
const api = axios.create({
// Substituir o endereço abaixo pelo ip da sua máquina
baseURL: "http://192.168.0.00:3333",
});
export default api;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment