Delete unecessary Route

This commit is contained in:
franc
2025-04-23 11:26:14 +02:00
parent 16a9d10844
commit 12752c4834
@@ -13,7 +13,6 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
[Route("Recipe")]
public class RecipeController : Controller
{