Skip to content

Commit 581b80a

Browse files
committed
misnaming a function
1 parent e6bd25e commit 581b80a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/capability-discovery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function serviceEndpointHeader (req, res, next) {
6262
*/
6363
function serviceCapabilityDocument (serviceConfig) {
6464
return (req, res, next) => {
65-
serviceConfig.root = req.uriBase(req) // TODO make sure we align with the rest
65+
serviceConfig.root = util.uriBase(req) // TODO make sure we align with the rest
6666
res.json(serviceConfig)
6767
}
6868
}

0 commit comments

Comments
 (0)