From 0fdbf2d75dfcde4de81ffe984b0fcd232b68ab35 Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Fri, 19 May 2023 18:18:22 +0200 Subject: [PATCH] [fix] Minor changes --- www/js/services/bma-services.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/js/services/bma-services.js b/www/js/services/bma-services.js index ad0867f6d..1f546fb37 100644 --- a/www/js/services/bma-services.js +++ b/www/js/services/bma-services.js @@ -473,8 +473,8 @@ angular.module('cesium.bma.services', ['ngApi', 'cesium.http.services', 'cesium. }, wot: { lookup: get('/wot/lookup/:search'), - certifiedBy: get('/wot/certified-by/:pubkey?pubkey', csCache.constants.SHORT), - certifiersOf: get('/wot/certifiers-of/:pubkey?pubkey', csCache.constants.SHORT), + certifiedBy: get('/wot/certified-by/:pubkey?pubkey=true', csCache.constants.SHORT), + certifiersOf: get('/wot/certifiers-of/:pubkey?pubkey=true', csCache.constants.SHORT), member: { all: get('/wot/members', csCache.constants.LONG), pending: get('/wot/pending', csCache.constants.SHORT) @@ -552,8 +552,8 @@ angular.module('cesium.bma.services', ['ngApi', 'cesium.http.services', 'cesium. current: get('/blockchain/current') }, wot: { - requirementsWithCache: get('/wot/requirements/:pubkey?pubkey', csCache.constants.LONG), - requirements: get('/wot/requirements/:pubkey?pubkey') + requirementsWithCache: get('/wot/requirements/:pubkey?pubkey=true', csCache.constants.LONG), + requirements: get('/wot/requirements/:pubkey?pubkey=true') }, tx: { history: { -- GitLab