diff --git a/src/services/service.ts b/src/services/service.ts index 8231481..44b93b5 100755 --- a/src/services/service.ts +++ b/src/services/service.ts @@ -10,8 +10,8 @@ import { storeData, retrieveData } from './storage.service'; export const U32_MAX = 4294967295; -const storageUrl = `http://localhost:8080`; -const BOOTSTRAPURL = [`http://localhost:8090`]; +const storageUrl = `https://demo.4nkweb.com/storage`; +const BOOTSTRAPURL = [`https://demo.4nkweb.com/ws/`]; export default class Services { private static initializing: Promise | null = null;