diff options
| author | ivar <i@oiee.no> | 2025-12-04 23:30:39 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-12-04 23:30:39 +0100 |
| commit | 8c355b82df02bc650c5ba101d838121f485e8581 (patch) | |
| tree | 00ff527de5968d7899f7f653355073b8a416328b /api/WhatApi/Endpoints/GetMapPageEndpoint.cs | |
| parent | deade767eace22a8c5281dcd5360c300395e2b5e (diff) | |
| download | what-8c355b82df02bc650c5ba101d838121f485e8581.tar.xz what-8c355b82df02bc650c5ba101d838121f485e8581.zip | |
Diffstat (limited to 'api/WhatApi/Endpoints/GetMapPageEndpoint.cs')
| -rw-r--r-- | api/WhatApi/Endpoints/GetMapPageEndpoint.cs | 2 |
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 |
