Add project files.
This commit is contained in:
10
Lib.Common.LoggingAPI.Service/Constants/Headers.cs
Normal file
10
Lib.Common.LoggingAPI.Service/Constants/Headers.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Lib.Common.LoggingAPI.Service.Constants
|
||||
{
|
||||
public static class Headers
|
||||
{
|
||||
/// <summary>
|
||||
/// The authorization header.
|
||||
/// </summary>
|
||||
public const string Authorization = "Authorization";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user