From 7f90a278faa9c423a0bbb549035f245087521d21 Mon Sep 17 00:00:00 2001 From: Eduard Prigoana Date: Sat, 11 Oct 2025 15:13:31 +0300 Subject: [PATCH] Update storage.js --- js/storage.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/js/storage.js b/js/storage.js index 1086be2..4ae17e3 100644 --- a/js/storage.js +++ b/js/storage.js @@ -1,10 +1,7 @@ export const apiSettings = { STORAGE_KEY: 'monochrome-api-instances', defaultInstances: [ - 'https://triton.squid.wtf', - 'https://kraken.squid.wtf', - 'https://zeus.squid.wtf', - 'https://aether.squid.wtf', + 'https://api.monochrome.prigoana.com', 'https://tidal.401658.xyz' ],