Skip to content
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.

Commit

Permalink
fixed logentries playground
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorah committed Apr 23, 2014
1 parent d595cf1 commit 87a5f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/server.js
Expand Up @@ -50,7 +50,7 @@ var mapEventsList = function(events) {

app.use(function(req, res, next) {
res.header("Access-Control-Allow-Origin", "*");
res.header("Access-Control-Allow-Headers", "X-Requested-With");
res.header("Access-Control-Allow-Headers", "X-Requested-With, X-Le-Account");
next();
});

Expand Down

0 comments on commit 87a5f5c

Please sign in to comment.