Update Storage/Storage/Public/LCCloud.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
1b750f4e93
commit
83f8a60634
|
@ -6,8 +6,7 @@ using LeanCloud.Storage.Internal.Object;
|
||||||
|
|
||||||
namespace LeanCloud.Storage {
|
namespace LeanCloud.Storage {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// LCCloud contains static functions that call the cloud functions of Engine
|
/// LCCloud contains static functions that call LeanEngine cloud functions.
|
||||||
/// in LeanCloud.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static class LCCloud {
|
public static class LCCloud {
|
||||||
private const string PRODUCTION_KEY = "X-LC-Prod";
|
private const string PRODUCTION_KEY = "X-LC-Prod";
|
||||||
|
|
Loading…
Reference in New Issue