OK
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s

This commit is contained in:
2026-06-09 02:54:25 +03:00
parent f3c4c55c55
commit 6ddc6be910
+1
View File
@@ -15,6 +15,7 @@ public class DeviceController : ControllerBase
{
_logger = logger;
}
//=========================== GET =================================//
[HttpGet("GetTypes")]
[ProducesResponseType<List<DeviceType>>(StatusCodes.Status200OK)]