diff --git a/Bootstrap.Admin/Controllers/Api/AnalyseController.cs b/Bootstrap.Admin/Controllers/Api/AnalyseController.cs
index 7b1b4189..f8de01d9 100644
--- a/Bootstrap.Admin/Controllers/Api/AnalyseController.cs
+++ b/Bootstrap.Admin/Controllers/Api/AnalyseController.cs
@@ -18,7 +18,7 @@ namespace Bootstrap.Admin.Controllers.Api
///
///
[HttpGet()]
- public ActionResult Get([FromQuery]string logType)
+ public ActionResult Get([FromQuery]string logType = "")
{
var ret = new AnalyseData();
if (logType.Equals("LoginUsers", StringComparison.OrdinalIgnoreCase))