Server address

This commit is contained in:
David Kocik 2024-05-23 14:15:03 +02:00
parent 900eca8dbb
commit f2e136e256

View File

@ -666,7 +666,7 @@ 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-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"*/;
#endif #endif
auto http = Http::get(std::move(url)); auto http = Http::get(std::move(url));
add_authorization_header(http); add_authorization_header(http);