Skip to content

Commit

Permalink
Update put.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa authored Feb 6, 2024
1 parent 9f636ea commit 4dc7849
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/handlers/put.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dc7849

Please sign in to comment.