From 68ffad06a6cfd2cd2015ab03fb82bf69629dd7ec Mon Sep 17 00:00:00 2001 From: ivar Date: Tue, 2 Dec 2025 22:38:23 +0100 Subject: Move off razor pages --- api/WhatApi/Pages/Map.cshtml.cs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 api/WhatApi/Pages/Map.cshtml.cs (limited to 'api/WhatApi/Pages/Map.cshtml.cs') diff --git a/api/WhatApi/Pages/Map.cshtml.cs b/api/WhatApi/Pages/Map.cshtml.cs deleted file mode 100644 index 786180b..0000000 --- a/api/WhatApi/Pages/Map.cshtml.cs +++ /dev/null @@ -1,10 +0,0 @@ -using Microsoft.AspNetCore.Mvc.RazorPages; - -namespace WhatApi.Pages; - -public class Map : PageModel -{ - public void OnGet() { - - } -} \ No newline at end of file -- cgit v1.3