From 0640eba992f95cc45873330b76fadf123202d1cd Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 11 Jan 2026 16:16:21 +0100 Subject: More federation work --- Utilities/LibMatrix.FederationTest/Pages/IndexPage.cshtml.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Utilities/LibMatrix.FederationTest/Pages/IndexPage.cshtml.cs (limited to 'Utilities/LibMatrix.FederationTest/Pages/IndexPage.cshtml.cs') diff --git a/Utilities/LibMatrix.FederationTest/Pages/IndexPage.cshtml.cs b/Utilities/LibMatrix.FederationTest/Pages/IndexPage.cshtml.cs new file mode 100644 index 0000000..0d372b0 --- /dev/null +++ b/Utilities/LibMatrix.FederationTest/Pages/IndexPage.cshtml.cs @@ -0,0 +1,9 @@ +using Microsoft.AspNetCore.Mvc.RazorPages; + +namespace LibMatrix.FederationTest.Pages; + +public class IndexPage : PageModel { + public void OnGet() { + + } +} \ No newline at end of file -- cgit 1.5.1