Skip to content
Snippets Groups Projects
Commit 0fdbf2d7 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Minor changes

parent 8a71b339
No related branches found
No related tags found
No related merge requests found
Pipeline #31897 failed
......@@ -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: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment