mirror of https://github.com/abpframework/abp.git
5 changed files with 14 additions and 5 deletions
@ -0,0 +1,7 @@ |
|||
namespace Volo.Abp.Http |
|||
{ |
|||
public static class AbpHttpConsts |
|||
{ |
|||
public const string AbpErrorFormat = "_AbpErrorFormat"; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue