Achieved endpoint authentication

This commit is contained in:
2026-08-21 12:33:31 +02:00
parent 7535c60ca6
commit a3bf7b375b
5 changed files with 78 additions and 9 deletions
@@ -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);
}