From 53fbfc9013288718ce02564a9b171ca1383e7767 Mon Sep 17 00:00:00 2001 From: "l.gabrysiak" Date: Sat, 14 Sep 2024 17:07:47 +0200 Subject: [PATCH] API --- POKASH/CustomAPI/GetMenu.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/POKASH/CustomAPI/GetMenu.cs b/POKASH/CustomAPI/GetMenu.cs index 14fdfc8..8b233ae 100644 --- a/POKASH/CustomAPI/GetMenu.cs +++ b/POKASH/CustomAPI/GetMenu.cs @@ -8,7 +8,7 @@ using System.Data; namespace UmbracoDocs.Samples; [ApiController] -[Route("/umbraco/api/[controller]")] +[Route("/api/[controller]")] public class GetMenuController : Controller { private readonly IUmbracoContextAccessor _umbracoContextAccessor;