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 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'code/api/Pages/Home.cshtml') diff --git a/code/api/Pages/Home.cshtml b/code/api/Pages/Home.cshtml index b914874..1b51cb7 100644 --- a/code/api/Pages/Home.cshtml +++ b/code/api/Pages/Home.cshtml @@ -1,8 +1,4 @@ @page -@model I2R.Storage.Api.Pages.Home +@model Quality.Storage.Api.Pages.Home -@{ - ViewData["Title"] = "Home"; -} - -

Home

\ No newline at end of file +

Home

-- cgit v1.3