From 8c355b82df02bc650c5ba101d838121f485e8581 Mon Sep 17 00:00:00 2001 From: ivar Date: Thu, 4 Dec 2025 23:30:39 +0100 Subject: Improve login experience --- api/WhatApi/Endpoints/GetUploadPageEndpoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/WhatApi/Endpoints/GetUploadPageEndpoint.cs') diff --git a/api/WhatApi/Endpoints/GetUploadPageEndpoint.cs b/api/WhatApi/Endpoints/GetUploadPageEndpoint.cs index ea14819..309fa49 100644 --- a/api/WhatApi/Endpoints/GetUploadPageEndpoint.cs +++ b/api/WhatApi/Endpoints/GetUploadPageEndpoint.cs @@ -6,7 +6,7 @@ public class GetUploadPageEndpoint : BaseEndpoint { [HttpGet("~/upload")] - public ActionResult GetMapPage() { + public ActionResult Handle() { return Content(TemplateFulfiller.WebUploadPage(), "text/html"); } } \ No newline at end of file -- cgit v1.3