Compare commits

..

No commits in common. "main" and "master" have entirely different histories.
main ... master

View file

@ -77,7 +77,7 @@ namespace _wiki_js_cli.api
) : Promise<void>
{
const http_request = {
"target": (_url_base + "/finalize"),
"target": (_wiki_js_cli.conf.get().api.url_base + "/finalize"),
"method": "POST",
"headers": {
"Content-Type": "application/json",