mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-03 04:20:37 +08:00
PresetArchiveDatabase: set preset repo api server URL to linbuilder REVERT BEFORE MERGING to master
This commit is contained in:
parent
cba98ecdca
commit
2b69f5f4d5
@ -666,7 +666,8 @@ bool sync_inner(std::string& manifest)
|
|||||||
#ifdef SLIC3R_REPO_URL
|
#ifdef SLIC3R_REPO_URL
|
||||||
std::string url = SLIC3R_REPO_URL;
|
std::string url = SLIC3R_REPO_URL;
|
||||||
#else
|
#else
|
||||||
std::string url = "https://preset-repo-api.prusa3d.com/v1/repos"/*"https://preset-repo-api-stage.prusa3d.com/v1/repos"*/;
|
//std::string url = "https://preset-repo-api.prusa3d.com/v1/repos"/*"https://preset-repo-api-stage.prusa3d.com/v1/repos"*/;
|
||||||
|
std::string url = "http://10.24.3.3:8001/v1/repos";
|
||||||
#endif
|
#endif
|
||||||
auto http = Http::get(std::move(url));
|
auto http = Http::get(std::move(url));
|
||||||
add_authorization_header(http);
|
add_authorization_header(http);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user