diff --git a/index.html b/index.html
index 8b32e42..1817b09 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
-
+
Workflow
diff --git a/public/olympus.ico b/public/olympus.ico
new file mode 100644
index 0000000..638d51b
Binary files /dev/null and b/public/olympus.ico differ
diff --git a/src/main.js b/src/main.js
index 25132d6..53ada3b 100644
--- a/src/main.js
+++ b/src/main.js
@@ -59,7 +59,9 @@ var auth = createAuth({
}
});
-axios.defaults.baseURL = import.meta.env.VITE_BACKEND_URL;//'http://localhost:8081'///
+//axios.defaults.baseURL = import.meta.env.VITE_BACKEND_URL;//'http://localhost:8081'///
+axios.defaults.baseURL ='http://localhost:8081';
+