Skip to content

Commit

Permalink
updating query parser demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolando Santamaria Maso authored and Rolando Santamaria Maso committed May 24, 2020
1 parent e6d1d2a commit dfe87d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions demos/query-parser.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
'use strict'

const queryParser = require('connect-query')
const service = require('./../index')({})
service.use(queryParser())

service.get('/params', (req, res) => {
res.send(req.query)
})
Expand Down

0 comments on commit dfe87d1

Please sign in to comment.