summaryrefslogtreecommitdiffstats
path: root/api/WhatApi/Endpoints/GetUploadPageEndpoint.cs
diff options
context:
space:
mode:
Diffstat (limited to 'api/WhatApi/Endpoints/GetUploadPageEndpoint.cs')
-rw-r--r--api/WhatApi/Endpoints/GetUploadPageEndpoint.cs2
1 files changed, 1 insertions, 1 deletions
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