refactor: update dependencies

This commit is contained in:
Rainer Killinger
2022-01-18 16:49:14 +01:00
parent 8615203a3e
commit d601880be1
7 changed files with 298 additions and 274 deletions

View File

@@ -81,7 +81,7 @@ export class PluginClientSpec {
"Content-Type": "application/json",
},
method: pluginRegisterRoute.method,
url: new URL(`http://localhost${pluginRegisterRoute.getUrlFragment()}`),
url: new URL(`http://localhost${pluginRegisterRoute.getUrlPath()}`),
});
}
@@ -112,7 +112,7 @@ export class PluginClientSpec {
"Content-Type": "application/json",
},
method: pluginRegisterRoute.method,
url: new URL(`http://localhost${pluginRegisterRoute.getUrlFragment()}`),
url: new URL(`http://localhost${pluginRegisterRoute.getUrlPath()}`),
});
}
}