From 8a7006852ad603c141c66c4a1983911303e44698 Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Tue, 6 Nov 2018 16:11:21 +0100
Subject: [PATCH] bugfix: kgroot fix

---
 src/ui/kgEntryViewer/kgentry.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ui/kgEntryViewer/kgentry.component.ts b/src/ui/kgEntryViewer/kgentry.component.ts
index 785711e2e..bb01d8c7d 100644
--- a/src/ui/kgEntryViewer/kgentry.component.ts
+++ b/src/ui/kgEntryViewer/kgentry.component.ts
@@ -53,4 +53,4 @@ export class KgEntryViewer implements OnInit{
   }
 }
 
-const KGROOT = `https://kg.humanbrainproject.org/api/proxy/kg/`
\ No newline at end of file
+const KGROOT = `https://kg.humanbrainproject.org/proxy/default/kg/`
\ No newline at end of file
-- 
GitLab