diff options
| author | stonedDiscord <Tukz@gmx.de> | 2021-04-22 00:37:12 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2021-04-22 00:37:12 +0200 |
| commit | d977d4d3cadd333629d93e8eb16ee02c1b5c1788 (patch) | |
| tree | fb2299991d40d29d52efd185984234ddf7ac812a | |
| parent | 8923668c1c0441cb0d2977f45f6b1a6f2ab3abaa (diff) | |
uncurse ipfs
| -rw-r--r-- | webAO/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
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/"; |
