Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs
@@ -1,4 +1,5 @@ using WIDESEA_DTO; using Masuit.Tools.Models; using WIDESEA_DTO; namespace WIDESEA_WMSServer.Controllers; @@ -24,4 +25,9 @@ { return Service.CreateLocation(x, y, z, locType, areaId); } [HttpPost, AllowAnonymous, Route("initializeLocation")] public async Task<WebResponseContent> initializeLocation(int locationID) { return await Service.initializeLocation(locationID); } }