mirror of https://github.com/Squidex/squidex.git
5 changed files with 20 additions and 4 deletions
@ -0,0 +1,14 @@ |
|||||
|
// ==========================================================================
|
||||
|
// Squidex Headless CMS
|
||||
|
// ==========================================================================
|
||||
|
// Copyright (c) Squidex UG (haftungsbeschraenkt)
|
||||
|
// All rights reserved. Licensed under the MIT license.
|
||||
|
// ==========================================================================
|
||||
|
|
||||
|
namespace Squidex.Shared |
||||
|
{ |
||||
|
public static class DefaultClients |
||||
|
{ |
||||
|
public const string Frontend = "squidex-frontend"; |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue