summaryrefslogtreecommitdiffstats
path: root/api/WhatApi/Pages/Map.cshtml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'api/WhatApi/Pages/Map.cshtml.cs')
-rw-r--r--api/WhatApi/Pages/Map.cshtml.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/api/WhatApi/Pages/Map.cshtml.cs b/api/WhatApi/Pages/Map.cshtml.cs
new file mode 100644
index 0000000..786180b
--- /dev/null
+++ b/api/WhatApi/Pages/Map.cshtml.cs
@@ -0,0 +1,10 @@
+using Microsoft.AspNetCore.Mvc.RazorPages;
+
+namespace WhatApi.Pages;
+
+public class Map : PageModel
+{
+ public void OnGet() {
+
+ }
+} \ No newline at end of file