Bozza controller salvataggio log macchina

This commit is contained in:
Samuele Locatelli
2024-04-26 18:05:22 +02:00
parent 5951693058
commit 78aa06508e
3 changed files with 150 additions and 9 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ namespace MagMan.UI.Controllers
[HttpGet]
public async Task<List<AuthKeyModel>> Get()
{
// se non ho chaive --> vuoto!
// se non ho chiave --> vuoto!
List<AuthKeyModel> ListRecords = new List<AuthKeyModel>();
await Task.Delay(100);
return ListRecords;