init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
namespace Kreta.User.WebApi.Infrastructure
|
||||
{
|
||||
public static class Constants
|
||||
{
|
||||
public const string VersionName = "v1";
|
||||
|
||||
public const string RoutePrefix = "api/";
|
||||
|
||||
public static class ConfigurationSectionNames
|
||||
{
|
||||
public const string ApiKeyConfiguration = nameof(ApiKeyConfiguration);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue