swagger-routes
swagger-routes copied to clipboard
`apiSpecs.js` broken after axios update
#22 updated axios from 0.9.1 to 0.18.1
Release 0.13.0 of axios contains a breaking change with error formats - errors are now errors rather than response objects. This is not handled by the apiSpecs.js
code and we get failures in various places.
I will have a look at fixing this and opening a PR if I get a chance