We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b818776 commit 2b17ef1Copy full SHA for 2b17ef1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-ts",
3
- "version": "3.0.15",
+ "version": "3.0.16",
4
"description": "Nevermined Node",
5
"main": "main.ts",
6
"scripts": {
src/access/access.controller.ts
@@ -277,9 +277,9 @@ export class AccessController {
277
278
let link
279
try {
280
- link = new URL(`/subscriptions/${did.getDid()}`, this.backendService.appUrl).toString()
+ link = new URL(`/plan/${did.getDid()}`, this.backendService.appUrl).toString()
281
} catch (e) {
282
- link = `https://nevermined.app/subscriptions/${did.getDid()}`
+ link = `https://nevermined.app/plan/${did.getDid()}`
283
}
284
285
0 commit comments