Files
phosphenia a30638313c
Some checks failed
DMA-CSD-CICD/oliver.thy/pipeline/head There was a failure building this commit
hello
2026-04-07 12:10:21 +02:00

14 lines
209 B
C#

using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace RazorAppBoy.Pages
{
public class IndexModel : PageModel
{
public void OnGet()
{
}
}
}