Explorar o código

changing gundb link

rohit.gowda %!s(int64=4) %!d(string=hai) anos
pai
achega
d8f896ee17
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/src/providers/p2p-database-gun/p2p-database-gun.ts

+ 1 - 1
app/src/providers/p2p-database-gun/p2p-database-gun.ts

@@ -8,7 +8,7 @@ export class P2pDatabaseGunProvider {
   osnPrefix: string = "hybridOSN-v1.0.0";
 
   constructor() {
-    this.gun = Gun(["https://hybrid-osn.herokuapp.com/gun"]);
+    this.gun = Gun(["https://hosn-twitter-app.herokuapp.com/gun"]);
   }
 
   /**