Reviewed and Updated models for Shared project

This commit is contained in:
2026-04-26 02:33:40 -04:00
parent 5486795f4d
commit 687387b105
11 changed files with 212 additions and 222 deletions

View File

@@ -1,6 +1,7 @@
using System.Text.Json;
using RelayShared.Rtc;
using RelayServer.Services.Rtc;
using RelayShared.Services;
namespace RelayServer.Endpoints;

View File

@@ -17,8 +17,4 @@
<ProjectReference Include="..\RelayShared\RelayShared.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Models\Rtc\" />
</ItemGroup>
</Project>

View File

@@ -1,5 +1,6 @@
using RelayShared.Rtc;
using SurrealDb.Net;
using RelayShared.Rtc;
namespace RelayServer.Services.Rtc;