Commit 51c8f9e1 authored by Eric Eastwood's avatar Eric Eastwood
parent a2cb73b8
......@@ -22,6 +22,7 @@ const RepoService = {
getRaw(url) {
return axios.get(url, {
// Stop Axios from parsing a JSON file into a JS object
transformResponse: [res => res],
});
},
......
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