[fix] api:finalize:url
This commit is contained in:
parent
3ef701b65b
commit
1ab9f5fbca
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ namespace _wiki_js_cli.api
|
||||||
) : Promise<void>
|
) : Promise<void>
|
||||||
{
|
{
|
||||||
const http_request = {
|
const http_request = {
|
||||||
"target": (_wiki_js_cli.conf.get().api.url_base + "/finalize"),
|
"target": (_url_base + "/finalize"),
|
||||||
"method": "POST",
|
"method": "POST",
|
||||||
"headers": {
|
"headers": {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
|
Loading…
Add table
Reference in a new issue