Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akulnurislam authored Aug 25, 2016
1 parent 5dae6d8 commit 1a1a86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var express = require('express')
, app = express();

app.get('/products/:id', cors(), function(req, res, next){
res.json({msg: 'This is CORS-enabled for all origins!'});
res.json({msg: 'This is CORS-enabled for a Single Route'});
});

app.listen(80, function(){
Expand Down

0 comments on commit 1a1a86a

Please sign in to comment.