We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f636ea commit 4dc7849Copy full SHA for 4dc7849
lib/handlers/put.js
@@ -8,13 +8,8 @@ const { stringToStream } = require('../utils')
8
9
async function handler (req, res, next) {
10
debug(req.originalUrl)
11
-
12
// deprecated kept for compatibility
13
res.header('MS-Author-Via', 'SPARQL') // is this needed ?
14
15
16
17
18
const contentType = req.get('content-type')
19
20
// check whether a folder or resource with same name exists
0 commit comments