diff --git a/source/api.ts b/source/api.ts index e1da7d5..d6c9cc0 100644 --- a/source/api.ts +++ b/source/api.ts @@ -77,7 +77,7 @@ namespace _wiki_js_cli.api ) : Promise { const http_request = { - "target": (_wiki_js_cli.conf.get().api.url_base + "/finalize"), + "target": (_url_base + "/finalize"), "method": "POST", "headers": { "Content-Type": "application/json",