Compare commits

..

3 Commits

Author SHA1 Message Date
astankovmi 7ce7972caf ok
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
2026-06-09 02:48:31 +03:00
astankovmi 274b97fa01 ok 2026-06-09 02:46:11 +03:00
astankovmi 9324679e6d upd 2026-06-09 02:44:52 +03:00
2 changed files with 0 additions and 2 deletions
@@ -3,7 +3,6 @@
@using System.Text.Json @using System.Text.Json
@using Newtonsoft.Json @using Newtonsoft.Json
@using System.Text @using System.Text
@inject IJSRuntime JS @inject IJSRuntime JS
@inject NavigationManager NavManager @inject NavigationManager NavManager
-1
View File
@@ -79,5 +79,4 @@ public class DeviceController : ControllerBase
return Ok(); return Ok();
} }
} }
} }