File tree Expand file tree Collapse file tree
ByteSync.Client/Business/Actions/Shared
tests/ByteSync.Functions.UnitTests/Http Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using ByteSync . Business . Inventories ;
22using ByteSync . Common . Business . Actions ;
3- using ByteSync . Common . Business . EndPoints ;
43using ByteSync . Common . Business . Inventories ;
54
65namespace ByteSync . Business . Actions . Shared ;
Original file line number Diff line number Diff line change 1919 <PackageReference Include =" Microsoft.Azure.Functions.Worker.Extensions.SignalRService" Version =" 1.14.1" />
2020 <PackageReference Include =" Microsoft.Azure.Functions.Worker.Extensions.Timer" Version =" 4.3.1" />
2121 <PackageReference Include =" Microsoft.Azure.Functions.Worker.Sdk" Version =" 2.0.7" />
22- <PackageReference Include =" Microsoft.Azure.AppConfiguration.AspNetCore" Version =" 8.1.2 " />
22+ <PackageReference Include =" Microsoft.Azure.AppConfiguration.AspNetCore" Version =" 8.5.0 " />
2323 <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 10.0.5" />
2424 <PackageReference Include =" Microsoft.Azure.SignalR" Version =" 1.33.0" />
2525 <PackageReference Include =" Microsoft.Azure.SignalR.Management" Version =" 1.33.0" />
Original file line number Diff line number Diff line change 1- using System . Net ;
1+ using System . Net ;
22using Microsoft . Azure . Functions . Worker ;
33using Microsoft . Azure . Functions . Worker . Http ;
44using ByteSync . Common . Business . Sessions . Cloud . Connections ;
@@ -32,6 +32,7 @@ public async Task<HttpResponseData> StartTrustCheck(
3232 var result = await _mediator . Send ( request ) ;
3333
3434 var response = req . CreateResponse ( ) ;
35+ response . StatusCode = HttpStatusCode . OK ;
3536 await response . WriteAsJsonAsync ( result ) ;
3637
3738 return response ;
Original file line number Diff line number Diff line change 55using ByteSync . Common . Business . Trust . Connections ;
66using ByteSync . Common . Business . Versions ;
77using ByteSync . Common . Controls . Json ;
8+ using ByteSync . Common . Business . EndPoints ;
89using ByteSync . Functions . Http ;
910using ByteSync . Functions . UnitTests . TestHelpers ;
1011using ByteSync . ServerCommon . Business . Auth ;
You can’t perform that action at this time.
0 commit comments