Commit a9d4b2eb authored by Phil Hughes's avatar Phil Hughes

Merge branch 'fl-update-axios-docs' into 'master'

Update axios.md

See merge request gitlab-org/gitlab-ce!16008
parents dc169280 2dd9949f
......@@ -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) => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment