From 4dc7849c1c8af58651d7af85659d6217a7339438 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Tue, 6 Feb 2024 23:11:25 +0100 Subject: [PATCH] Update put.js --- lib/handlers/put.js | 5 ----- 1 file changed, 5 deletions(-) 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