From 79b7286a57bb851cb4555b5f0dc09f784f0309c2 Mon Sep 17 00:00:00 2001 From: Casper <36000926+cadi3s@users.noreply.github.com> Date: Wed, 28 Oct 2020 12:46:53 +0100 Subject: [PATCH] Add routing hint to Catalog.cshtml The Post for Deeplinks from Tool.cshtml.cs to ./Catalog seems to end up in the ToolModel itself instead of the CatalogModel --- src/Pages/Catalog.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pages/Catalog.cshtml b/src/Pages/Catalog.cshtml index 6f4b631..7b660fd 100644 --- a/src/Pages/Catalog.cshtml +++ b/src/Pages/Catalog.cshtml @@ -1,4 +1,4 @@ -@page +@page "/Tool/Catalog" @using AdvantageTool.Utility @model CatalogModel @{