From 5f604b3052dab1d51dc130df2470bf330b283ec6 Mon Sep 17 00:00:00 2001 From: ivar Date: Tue, 19 Mar 2024 01:02:22 +0100 Subject: Max lenghts on db schema Use latest temporal from cdn Implement majority of translation functionality Major refinements/bugs --- code/api/Pages/Home.cshtml.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 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 0d8bcd6..dbf56e1 100644 --- a/code/api/Pages/Home.cshtml.cs +++ b/code/api/Pages/Home.cshtml.cs @@ -1,7 +1,8 @@ -namespace I2R.Storage.Api.Pages; +namespace Quality.Storage.Api.Pages; public class Home : BasePageModel { - public Home() : base() { } - public void OnGet() { } -} \ No newline at end of file + public void OnGet() { + ViewData["Title"] = "Home"; + } +} -- cgit v1.3