[後端] 修改上傳路徑
This commit is contained in:
parent
2cb01620ec
commit
e505d7c722
@ -29,7 +29,7 @@ namespace Backend.Controllers
|
|||||||
|
|
||||||
mapFileSaveAsPath = Path.Combine(Directory.GetCurrentDirectory(), "wwwroot", "upload", "floor_map");
|
mapFileSaveAsPath = Path.Combine(Directory.GetCurrentDirectory(), "wwwroot", "upload", "floor_map");
|
||||||
buildMapFileSaveAsPath = Path.Combine(Directory.GetCurrentDirectory(), "wwwroot", "upload", "build_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");
|
tempBuildMapFileSaveAsPath = Path.Combine("wwwroot", "upload", "build_map");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user