Some checks failed
Build, Push and Run Container / build (push) Failing after 33s
11 lines
156 B
C#
11 lines
156 B
C#
using Microsoft.AspNetCore.Mvc.RazorPages;
|
|
|
|
namespace ProofOfConcept.Pages;
|
|
|
|
public class Index : PageModel
|
|
{
|
|
public void OnGet()
|
|
{
|
|
|
|
}
|
|
} |