Update host
This commit is contained in:
parent
74ac13dfe3
commit
a73935ddff
|
@ -209,8 +209,11 @@ function addRoute(app, uri, doc, opts, version) {
|
|||
doc.basePath = prefix + host + initialPath;
|
||||
}
|
||||
if (version === '2.0') {
|
||||
doc.host = req.hostname;
|
||||
doc.host = req.get('host');
|
||||
doc.info.title = 'REST APIs for ' + pkg.name;
|
||||
doc.definitions.any = doc.definitions.object = {
|
||||
properties: {}
|
||||
};
|
||||
}
|
||||
res.status(200).send(doc);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue