diff options
Diffstat (limited to 'api/WhatApi/Endpoints/GetUploadPageEndpoint.cs')
| -rw-r--r-- | api/WhatApi/Endpoints/GetUploadPageEndpoint.cs | 2 |
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 |
