Reuse service address

This commit is contained in:
Paul Frazee
2022-11-07 11:45:26 -06:00
parent e64fe9d36e
commit 34203fcbce
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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() {