Achieved endpoint authentication
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace PostFundManagement.Domain.Extensions;
|
||||
|
||||
public static class EndpointTags
|
||||
{
|
||||
public const string Governance = nameof(Governance);
|
||||
|
||||
public const string Projects = nameof(Projects);
|
||||
|
||||
public const string Grants = nameof(Grants);
|
||||
|
||||
public const string Execution = nameof(Execution);
|
||||
|
||||
public const string Evidence = "Evidence & M&E";
|
||||
|
||||
public const string Communications = nameof(Communications);
|
||||
}
|
||||
Reference in New Issue
Block a user