remove: app

This commit is contained in:
k
2024-09-11 22:47:26 +02:00
parent ba4021ad73
commit 157ec003b7
282 changed files with 1454 additions and 43937 deletions

View File

@@ -1618,6 +1618,7 @@ function initEverythingRelatedToPresets() {
autoSize: true,
layout: {
fontFamily: "Satoshi Chart",
fontSize: 13,
background: { color: "transparent" },
attributionLogo: false,
},
@@ -1899,9 +1900,9 @@ function initEverythingRelatedToPresets() {
const height = new Map();
const USE_LOCAL_URL = true;
const LOCAL_URL = "http://localhost:3110";
const WEB_URL = "https://api.satonomics.xyz";
const BACKUP_WEB_URL = "https://api-bkp.satonomics.xyz";
const LOCAL_URL = "/api";
const WEB_URL = "https://kibo.money/api";
const BACKUP_WEB_URL = "https://backup.kibo.money/api";
const datasetsOwner = getOwner();