WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/BasicInfo/RouterController.cs
@@ -51,7 +51,7 @@ WebResponseContent content = new(); try { List<dynamic> dynamics = Service.GetAllWholeRouters(); List<object> dynamics = Service.GetAllWholeRouters(); content = WebResponseContent.Instance.OK(data: dynamics); }