Updated some files

This commit is contained in:
Administrator 2023-03-29 14:05:18 +02:00
parent 87353a48ff
commit 42075a65a7
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1,4 +1,4 @@
let base_url = 'http://192.168.178.98:8080'; //'http://localhost:8080';
let base_url = 'http://localhost:8080'; //'http://localhost:8080';
let file_path = [];
let timeout = null;
@ -165,4 +165,4 @@ function get_curr_path() {
if (curr_dir === '') curr_dir = '/';
return curr_dir;
}
}

Binary file not shown.