summaryrefslogtreecommitdiffstats
path: root/api/WhatApi/Endpoints/GetMapPageEndpoint.cs
diff options
context:
space:
mode:
Diffstat (limited to 'api/WhatApi/Endpoints/GetMapPageEndpoint.cs')
-rw-r--r--api/WhatApi/Endpoints/GetMapPageEndpoint.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/WhatApi/Endpoints/GetMapPageEndpoint.cs b/api/WhatApi/Endpoints/GetMapPageEndpoint.cs
index 833a98c..bafad6a 100644
--- a/api/WhatApi/Endpoints/GetMapPageEndpoint.cs
+++ b/api/WhatApi/Endpoints/GetMapPageEndpoint.cs
@@ -6,7 +6,7 @@ public class GetMapPageEndpoint : BaseEndpoint
{
[HttpGet("~/map")]
- public ActionResult GetMapPage() {
+ public ActionResult Handle() {
return Content(TemplateFulfiller.WebMapPage(), "text/html");
}
} \ No newline at end of file