We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6bd25e commit 581b80aCopy full SHA for 581b80a
1 file changed
lib/capability-discovery.js
@@ -62,7 +62,7 @@ function serviceEndpointHeader (req, res, next) {
62
*/
63
function serviceCapabilityDocument (serviceConfig) {
64
return (req, res, next) => {
65
- serviceConfig.root = req.uriBase(req) // TODO make sure we align with the rest
+ serviceConfig.root = util.uriBase(req) // TODO make sure we align with the rest
66
res.json(serviceConfig)
67
}
68
0 commit comments