From ab3ad6580737091ae3fb9badcb389ab9f48363ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Cort=C3=A9s?= Date: Thu, 23 Dec 2021 19:09:51 -0300 Subject: [PATCH] Agregando cosas del servidor local --- src/store.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/store.js b/src/store.js index f70db52..43af796 100644 --- a/src/store.js +++ b/src/store.js @@ -38,6 +38,13 @@ const defaultGroups = [ {name: '/x/', href: 'https://4chan.org/x/catalog'}, ] }, + { + name: 'Home', + links: [ + {name: 'status', href: 'http://192.168.1.200:19999'}, + {name: 'torrent', href: 'http://192.168.1.200:8080'}, + ] + }, ] -export const groups = readable(defaultGroups, () => {}, ()=>{}) \ No newline at end of file +export const groups = readable(defaultGroups, () => {}, ()=>{})