From e505d7c7220c0f77bf19a12b385feb9b1ffcce01 Mon Sep 17 00:00:00 2001 From: dev02 Date: Thu, 23 Nov 2023 13:06:29 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=BE=8C=E7=AB=AF]=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=8A=E5=82=B3=E8=B7=AF=E5=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Backend/Controllers/BuildInfoController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/Controllers/BuildInfoController.cs b/Backend/Controllers/BuildInfoController.cs index 26777a4..f0786fa 100644 --- a/Backend/Controllers/BuildInfoController.cs +++ b/Backend/Controllers/BuildInfoController.cs @@ -29,7 +29,7 @@ namespace Backend.Controllers mapFileSaveAsPath = Path.Combine(Directory.GetCurrentDirectory(), "wwwroot", "upload", "floor_map"); buildMapFileSaveAsPath = Path.Combine(Directory.GetCurrentDirectory(), "wwwroot", "upload", "build_map"); - tempMapFileSaveAsPath = Path.Combine("wwwroot", "upload", "build_map"); + tempMapFileSaveAsPath = Path.Combine("wwwroot", "upload", "floor_map"); tempBuildMapFileSaveAsPath = Path.Combine("wwwroot", "upload", "build_map"); }