From 0a97ff8d42ded856e8fa2ea0d46e8adf4d4c7b0c Mon Sep 17 00:00:00 2001 From: AlanMoonbase Date: Fri, 14 Mar 2025 17:24:52 -0700 Subject: [PATCH] take url inputs on ``GetUserAndVikingCount`` --- src/Controllers/Common/AnalyticsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controllers/Common/AnalyticsController.cs b/src/Controllers/Common/AnalyticsController.cs index 6e0527e..62d0571 100644 --- a/src/Controllers/Common/AnalyticsController.cs +++ b/src/Controllers/Common/AnalyticsController.cs @@ -14,7 +14,7 @@ namespace sodoff.Controllers.Common [HttpGet] [Route("AnalyticsWebService.asmx/GetUserAndVikingCount")] - public IActionResult GetUserAndVikingCount([FromForm] bool vikingsOnly) + public IActionResult GetUserAndVikingCount(bool vikingsOnly) { if (vikingsOnly) return Ok(new UserStatistics {