diff options
Diffstat (limited to 'src/state/index.ts')
-rw-r--r-- | src/state/index.ts | 2 |
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() { |