Create node graph page
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace Media.JoshHeaps.Net.Pages
|
||||
{
|
||||
public class LandingModel : AuthenticatedPageModel
|
||||
{
|
||||
public void OnGet()
|
||||
{
|
||||
RequireAuthentication();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user