From d977d4d3cadd333629d93e8eb16ee02c1b5c1788 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 22 Apr 2021 00:37:12 +0200 Subject: uncurse ipfs --- webAO/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/client.js') diff --git a/webAO/client.js b/webAO/client.js index 5ee1142..b5e4706 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -35,7 +35,7 @@ const serverIP = queryDict.ip; let mode = queryDict.mode; // Unless there is an asset URL specified, use the wasabi one -const DEFAULT_HOST = "https://bafybeicndnzjokdlnf4ooigvkav7clnvkll3pbigifw5td6inhbrindue4.ipfs.dweb.link/"; +const DEFAULT_HOST = "http://attorneyoffline.de/base/"; const AO_HOST = queryDict.asset || DEFAULT_HOST; const THEME = queryDict.theme || "default"; const MUSIC_HOST = AO_HOST + "sounds/music/"; -- cgit