From 5e6740233019b5406c6da22905276cb2eee7116e Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 27 Apr 2026 15:28:37 +0200 Subject: [PATCH] Fix errore using desueti --- MP.IOC/Controllers/RecipeArchiveController.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MP.IOC/Controllers/RecipeArchiveController.cs b/MP.IOC/Controllers/RecipeArchiveController.cs index 9e4059b1..48a65540 100644 --- a/MP.IOC/Controllers/RecipeArchiveController.cs +++ b/MP.IOC/Controllers/RecipeArchiveController.cs @@ -1,8 +1,6 @@ -using Microsoft.AspNetCore.Http; -using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.Mvc; using MP.IOC.Data; using NLog; -using NLog.Fluent; namespace MP.IOC.Controllers {