Engincan VESKE
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/CliUrls.cs
|
|
|
@ -4,9 +4,9 @@ namespace Volo.Abp.Cli; |
|
|
|
|
|
|
|
public static class CliUrls |
|
|
|
{ |
|
|
|
public const string WwwAbpIo = WwwAbpIoDevelopment; |
|
|
|
public const string AccountAbpIo = AccountAbpIoDevelopment; |
|
|
|
public const string NuGetRootPath = NuGetRootPathDevelopment; |
|
|
|
public const string WwwAbpIo = WwwAbpIoProduction; |
|
|
|
public const string AccountAbpIo = AccountAbpIoProduction; |
|
|
|
public const string NuGetRootPath = NuGetRootPathProduction; |
|
|
|
|
|
|
|
public const string WwwAbpIoProduction = "https://abp.io/"; |
|
|
|
public const string AccountAbpIoProduction = "https://account.abp.io/"; |
|
|
|
|