aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/Pages/Home.cshtml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'code/api/Pages/Home.cshtml.cs')
-rw-r--r--code/api/Pages/Home.cshtml.cs9
1 files changed, 3 insertions, 6 deletions
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