Update domain name and related URLs (#457)
This commit is contained in:
committed by
GitHub
parent
51b9547e99
commit
2839ea4c35
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace tt::app::apphub {
|
||||
|
||||
constexpr auto* BASE_URL = "https://cdn.tactility.one/apps";
|
||||
constexpr auto* BASE_URL = "https://cdn.tactilityproject.org/apps";
|
||||
|
||||
static std::string getVersionWithoutPostfix() {
|
||||
std::string version(TT_VERSION);
|
||||
|
||||
@@ -35,7 +35,7 @@ std::string getUrlFromCrashData() {
|
||||
|
||||
std::stringstream stream;
|
||||
|
||||
stream << "https://oops.tactility.one";
|
||||
stream << "https://oops.tactilityproject.org";
|
||||
stream << "?v=" << TT_VERSION; // Version
|
||||
stream << "&a=" << CONFIG_IDF_TARGET; // Architecture
|
||||
stream << "&b=" << CONFIG_TT_DEVICE_ID; // Board identifier
|
||||
|
||||
Reference in New Issue
Block a user