Commit c87df730 authored by ibuler's avatar ibuler

[Update] Merge with dev

parents 70393df3 93dc40c3
...@@ -71,7 +71,7 @@ export class HttpService { ...@@ -71,7 +71,7 @@ export class HttpService {
} }
getMyGrantedNodes() { getMyGrantedNodes() {
return this.http.get<Array<Node>>('/api/perms/v1/user/nodes-assets/tree/?cache_policy=1'); return this.http.get<Array<Node>>('/api/perms/v1/users/nodes-with-assets/tree/?cache_policy=1');
} }
getMyGrantedRemoteApps() { getMyGrantedRemoteApps() {
...@@ -79,7 +79,7 @@ export class HttpService { ...@@ -79,7 +79,7 @@ export class HttpService {
} }
refreshMyGrantedNodes() { refreshMyGrantedNodes() {
return this.http.get<Array<Node>>('/api/perms/v1/user/nodes-assets/tree/?cache_policy=2'); return this.http.get<Array<Node>>('/api/perms/v1/users/nodes-with-assets/tree/?cache_policy=2');
} }
getGuacamoleToken(user_id: string, authToken: string) { getGuacamoleToken(user_id: string, authToken: string) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment