fixing hostname

This commit is contained in:
counter 2023-01-15 19:33:52 -08:00
parent 04ca4e3ca8
commit e85437f977

2
app.js
View file

@ -352,7 +352,7 @@ async function get_app_server() {
).replace( ).replace(
'[COLLECT_PAGE_LIST_REPLACE_ME]', '[COLLECT_PAGE_LIST_REPLACE_ME]',
JSON.stringify(pages_to_collect) JSON.stringify(pages_to_collect)
).replace( ).replaceAll(
'[USER_PATH]', '[USER_PATH]',
userPath userPath
).replace( ).replace(