Browse Source

changing gundb link

rohit.gowda 4 years ago
parent
commit
d8f896ee17
1 changed files with 1 additions and 1 deletions
  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"]);
   }
 
   /**