feat(backend): move endpoints to FastEndpoints handlers

This commit is contained in:
2026-03-19 15:23:58 -04:00
parent 3ca568c05d
commit 792fc5619b
7 changed files with 136 additions and 53 deletions

View File

@@ -6,4 +6,8 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FastEndpoints" Version="6.*" />
</ItemGroup>
</Project>