ExportMap/Controllers/ExportController.cs
@@ -1,6 +1,5 @@ using ExportMap.cs; using LFServer.cs; using LFServer.Models; using ExportMap.Models; using System; using System.Collections.Generic; using System.Linq; @@ -8,7 +7,7 @@ using System.Net.Http; using System.Web.Http; namespace LFServer.Controllers namespace ExportMap.Controllers { public class ExportController : ApiController { @@ -41,7 +40,7 @@ } catch (Exception ex) { LogOut.Error(ex.StackTrace); LogOut.Error(ex.Message + "\r\n" + ex.StackTrace); return ResponseMsg<string>.fail(ex.Message); } }