♻️ I have no idea what am I doing. Might be mixing stuff
This commit is contained in:
14
DysonNetwork.Pass/Pages/Checkpoint/CheckpointPage.cshtml.cs
Normal file
14
DysonNetwork.Pass/Pages/Checkpoint/CheckpointPage.cshtml.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace DysonNetwork.Pass.Pages.Checkpoint;
|
||||
|
||||
public class CheckpointPage(IConfiguration configuration) : PageModel
|
||||
{
|
||||
[BindProperty] public IConfiguration Configuration { get; set; } = configuration;
|
||||
|
||||
public ActionResult OnGet()
|
||||
{
|
||||
return Page();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user