mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 16:55:53 +08:00
missing "files" in path
This commit is contained in:
parent
0f20f5f26d
commit
81fa7a83b9
@ -575,7 +575,7 @@ bool PrusaLink::upload(PrintHostUpload upload_data, ProgressFn prorgess_fn, Erro
|
||||
std::string url;
|
||||
bool res = true;
|
||||
|
||||
std::string storage_path = (use_put ? "api/v1" : "api/files");
|
||||
std::string storage_path = (use_put ? "api/v1/files" : "api/files");
|
||||
storage_path += (upload_data.storage.empty() ? "/local" : upload_data.storage);
|
||||
|
||||
#ifdef WIN32
|
||||
|
Loading…
x
Reference in New Issue
Block a user