add posting of a heart beat

This commit is contained in:
2026-08-06 12:58:54 -05:00
parent 8af110873b
commit 3b54437269
7 changed files with 362 additions and 0 deletions
+11
View File
@@ -10,4 +10,15 @@
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.7" />
</ItemGroup>
<ItemGroup>
<Folder Include="Api\" />
</ItemGroup>
<ItemGroup>
<None Remove="devices.csv" />
<Content Include="devices.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>