Update domain name and related URLs (#457)

This commit is contained in:
Ken Van Hoeylandt
2026-01-24 18:18:55 +01:00
committed by GitHub
parent 51b9547e99
commit 2839ea4c35
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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);