Skip to content

Commit

Permalink
be stupid about the origin
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Apr 10, 2012
1 parent aafe50e commit 0b6d035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Expand Up @@ -23,6 +23,7 @@ app.get('/users/:name', function(req,res) {
var name = req.params.name

res.header("Content-Type", "application/json")
res.header("Origin", "*")

user.get(name, function(err, data) {
if(err) {
Expand Down

0 comments on commit 0b6d035

Please sign in to comment.