Added shared api feature

This commit is contained in:
Khwezi Mngoma
2026-06-03 00:20:46 +02:00
parent 763d24f11f
commit 4df903e456
6 changed files with 152 additions and 4 deletions
@@ -0,0 +1,6 @@
namespace LiteCharms.Features.Abstractions;
public interface IEndpoint
{
void Map(IEndpointRouteBuilder builder);
}