Skip to content
Snippets Groups Projects
Commit 08949a18 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Update axios.md

parent 888ed309
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -11,7 +11,7 @@ This exported module should be used instead of directly using `axios` to ensure
 
## Usage
```javascript
import axios from '~/lib/utils/axios_utils';
import axios from './lib/utils/axios_utils';
 
axios.get(url)
.then((response) => {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment