From d6a710be6305d1ad9e9274ce87378cdd1540e1eb Mon Sep 17 00:00:00 2001 From: martind2000 Date: Sun, 17 Jan 2016 22:44:21 +0000 Subject: [PATCH] add a get route --- .idea/workspace.xml | 267 ++++++++++++++++++++++++++++++++------------ routes/temp.js | 6 + 2 files changed, 202 insertions(+), 71 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7471766..6e72c2e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,9 +1,9 @@ - + - + @@ -27,8 +27,8 @@ - - + + @@ -74,11 +74,11 @@ - + - - + + @@ -94,11 +94,21 @@ - + - - + + + + + + + + + + + + @@ -114,16 +124,6 @@ - - - - - - - - - - @@ -149,8 +149,8 @@ @@ -166,9 +166,10 @@ true - @@ -195,8 +196,6 @@ - - @@ -229,8 +228,24 @@ + + + + + + + + + + @@ -245,6 +260,22 @@ + + + + + + + + + + + + + + + + @@ -255,6 +286,9 @@ + + + @@ -390,32 +424,44 @@ - + - + - - + + + + - - @@ -439,7 +485,9 @@ - @@ -454,6 +502,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -522,7 +650,6 @@ - @@ -594,15 +721,6 @@ - - - - - - - - - @@ -638,15 +756,6 @@ - - - - - - - - - @@ -666,14 +775,6 @@ - - - - - - - - @@ -690,14 +791,6 @@ - - - - - - - - @@ -706,10 +799,42 @@ + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + diff --git a/routes/temp.js b/routes/temp.js index a2340c5..94e5d79 100644 --- a/routes/temp.js +++ b/routes/temp.js @@ -83,6 +83,12 @@ router.get('/', function(req, res, next) { +}); + +router.get('/:id', function(req, res, next) { + var id = req.params.id; + + console.log('id: ' + id); }); router.get('/reading', function(req, res, next) {