From e85437f97721f41226a2ff7689e2feaf46aa6fa6 Mon Sep 17 00:00:00 2001 From: counter Date: Sun, 15 Jan 2023 19:33:52 -0800 Subject: [PATCH] fixing hostname --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 37cf806..cdede05 100644 --- a/app.js +++ b/app.js @@ -352,7 +352,7 @@ async function get_app_server() { ).replace( '[COLLECT_PAGE_LIST_REPLACE_ME]', JSON.stringify(pages_to_collect) - ).replace( + ).replaceAll( '[USER_PATH]', userPath ).replace(