Merge branch 'master' of https://github.com/marcgibbons/swagger-ui into marcgibbons-master

This commit is contained in:
Kyle Shockey
2017-04-06 16:44:47 -07:00
5 changed files with 21 additions and 20 deletions

View File

@@ -14,8 +14,9 @@ export default function downloadUrlPlugin (toolbox) {
fetch({
url,
loadSpec: true,
credentials: "same-origin",
headers: {
"Accept": "application/json"
"Accept": "application/json,*/*"
}
}).then(next,next)