diff --git a/lib/handlers/put.js b/lib/handlers/put.js index ebff69e9..740bf346 100644 --- a/lib/handlers/put.js +++ b/lib/handlers/put.js @@ -8,13 +8,8 @@ const { stringToStream } = require('../utils') async function handler (req, res, next) { debug(req.originalUrl) - // deprecated kept for compatibility res.header('MS-Author-Via', 'SPARQL') // is this needed ? - - - - const contentType = req.get('content-type') // check whether a folder or resource with same name exists