swagger-parser
swagger-parser copied to clipboard
Servers url not being appended to paths with fullyResolve(true)
when parsing file and with the option fullyResolve(true), when I parse the paths, the paths are read without the server being appended! shouldn't the option fullyResolve(true) append automatically the server url to the paths values (endpoints).