electron/atom/common/atom_constants.cc

12 строки
277 B
C++
Исходник Обычный вид История

2015-12-01 11:21:15 +03:00
// Copyright (c) 2015 GitHub, Inc.
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
#include "atom/common/atom_constants.h"
namespace atom {
const char* kCORSHeader = "Access-Control-Allow-Origin: *";
} // namespace atom