about summary refs log tree commit diff
path: root/src/state/index.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-11-07 11:45:26 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-11-07 11:45:26 -0600
commitb4097e25d67739c0ab6bc5b5f6ce8ee062796458 (patch)
tree5d44e647a689b7df7214eb4824b5f17273034a49 /src/state/index.ts
parentff9161d8e70fc2e6d066fd045bd2a380c63cb46c (diff)
downloadvoidsky-b4097e25d67739c0ab6bc5b5f6ce8ee062796458.tar.zst
Reuse service address
Diffstat (limited to 'src/state/index.ts')
-rw-r--r--src/state/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/index.ts b/src/state/index.ts
index 78c14714f..0716ab592 100644
--- a/src/state/index.ts
+++ b/src/state/index.ts
@@ -4,8 +4,8 @@ import {RootStoreModel} from './models/root-store'
 import * as libapi from './lib/api'
 import * as storage from './lib/storage'
 
+export const DEFAULT_SERVICE = 'http://localhost:2583'
 const ROOT_STATE_STORAGE_KEY = 'root'
-const DEFAULT_SERVICE = 'http://localhost:2583'
 const STATE_FETCH_INTERVAL = 15e3
 
 export async function setupState() {