about summary refs log tree commit diff
path: root/Utilities/LibMatrix.FederationTest/Pages/IndexPage.cshtml.cs
blob: 0d372b0f8db2ee084e22f266cc28d8ad31ab5ad9 (plain) (blame)
1
2
3
4
5
6
7
8
9
using Microsoft.AspNetCore.Mvc.RazorPages;

namespace LibMatrix.FederationTest.Pages;

public class IndexPage : PageModel {
    public void OnGet() {
        
    }
}