We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292f5fa commit 7492d54Copy full SHA for 7492d54
1 file changed
lib/handlers/patch.js
@@ -30,6 +30,7 @@ function handler(req, res, next) {
30
next(err);
31
}
32
33
+ if (ldp.live) ldp.live(utils.uriAbs(req) + req.originalUrl)
34
return res.json(result);
35
});
36
} else
0 commit comments