Fix CORS header code to be cleaner

This commit is contained in:
Paul Betts 2015-11-25 15:00:34 -08:00
parent 7622bb40a9
commit 65cb1488b0
4 changed files with 5 additions and 4 deletions

View file

@ -11,6 +11,8 @@
namespace atom {
const std::string kCorsHeader("Access-Control-Allow-Origin: *");
namespace internal {
namespace {