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 7dcc4ff commit 525b47bCopy full SHA for 525b47b
1 file changed
routes/api-routes.js
@@ -49,7 +49,6 @@ import rest from '../rest.js'
49
router.use(staticRouter)
50
router.use('/id',idRouter)
51
router.use('/api', compatabilityRouter)
52
-// Validate Content-Type headers on all /api write endpoints (fixes #245, #246, #248)
53
router.use('/api', rest.validateContentType)
54
router.use('/api/query', queryRouter)
55
router.use('/api/search', searchRouter)
0 commit comments