Last active
October 24, 2020 20:17
-
-
Save hasan-almujtaba/262cabe34bf5e78737903e9264da5bfc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default function ({ $axios }) { | |
// set base url ke jsonplaceholder | |
$axios.setBaseURL('https://jsonplaceholder.typicode.com') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment