diff --git a/Filemanager_20C_9829423.zip b/Filemanager_20C_9829423.zip index 463c8e7..2e9b5f6 100644 Binary files a/Filemanager_20C_9829423.zip and b/Filemanager_20C_9829423.zip differ diff --git a/Frontend/static/js/index.js b/Frontend/static/js/index.js index b9d184b..3b62673 100644 --- a/Frontend/static/js/index.js +++ b/Frontend/static/js/index.js @@ -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; -} \ No newline at end of file +} diff --git a/WebService/auth.db b/WebService/auth.db index 702df64..b05f6b1 100644 Binary files a/WebService/auth.db and b/WebService/auth.db differ