From 58ef5833b3f77f321c587dd86448c888029016ce Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Thu, 22 Dec 2022 14:44:26 +0100 Subject: feat: Many things - Working Login/Logout - Groundwork for web components - Loading web-components with version tag - Load temporal-polyfill globally --- code/api/Pages/Home.cshtml.cs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'code/api/Pages/Home.cshtml.cs') diff --git a/code/api/Pages/Home.cshtml.cs b/code/api/Pages/Home.cshtml.cs index 0fa9aca..0d8bcd6 100644 --- a/code/api/Pages/Home.cshtml.cs +++ b/code/api/Pages/Home.cshtml.cs @@ -1,10 +1,7 @@ -using Microsoft.AspNetCore.Mvc.RazorPages; - namespace I2R.Storage.Api.Pages; -public class Home : PageModel +public class Home : BasePageModel { - public void OnGet() { - - } + public Home() : base() { } + public void OnGet() { } } \ No newline at end of file -- cgit v1.3