Commit e82e05cd authored by Aman Kumar Kesu's avatar Aman Kumar Kesu
Browse files

[ curl command updated for searching]

parent 4c9b09f6
......@@ -66,7 +66,7 @@ router.get("/todos/endDate", (req,res) => {
/* Get all Todos : Between startDate and endDate
curl -X "GET" -d 'name=Task-4 &startDate=2020-11-04&endDate=2020-11-21' http://localhost:3001/todos/search
curl -X "GET" http://localhost:3001/todos/search?startDate=2020-11-04&endDate=2020-12-30
*/
router.get("/todos/search",(req,res)=>{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment