@freelog/tools-lib 0.1.62 → 0.1.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tools-lib.cjs.development.js +2 -1
- package/dist/tools-lib.cjs.development.js.map +1 -1
- package/dist/tools-lib.cjs.production.min.js +1 -1
- package/dist/tools-lib.cjs.production.min.js.map +1 -1
- package/dist/tools-lib.esm.js +2 -1
- package/dist/tools-lib.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/service-API/informalNodes.ts +2 -1
|
@@ -2580,7 +2580,8 @@ function batchGetAuths(_ref14) {
|
|
|
2580
2580
|
// return FUtil.Axios.post(`/v2/testNodes/${nodeId}/rules/rematch`, params);
|
|
2581
2581
|
return FUtil.Request({
|
|
2582
2582
|
method: 'GET',
|
|
2583
|
-
url:
|
|
2583
|
+
// url: `/v2/auths/testResources/nodes/${nodeId}/result`,
|
|
2584
|
+
url: "/v2/auths/exhibits/" + nodeId + "/test/batchAuth/results",
|
|
2584
2585
|
params: params
|
|
2585
2586
|
});
|
|
2586
2587
|
}
|