diff --git a/.env.development b/.env.development index 3fceb99..192ca5f 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ -VITE_API_URL=http://localhost:8082/api +VITE_API_URL=http://localhost:8089/api VITE_ENABLE_DEVTOOLS=true \ No newline at end of file diff --git a/index.html b/index.html index 30c1a22..d200539 100644 --- a/index.html +++ b/index.html @@ -16,12 +16,7 @@ - - +
diff --git a/src/components/auth/LoginPage.vue b/src/components/auth/LoginPage.vue index a44dcb9..2e367ff 100644 --- a/src/components/auth/LoginPage.vue +++ b/src/components/auth/LoginPage.vue @@ -59,9 +59,13 @@ onMounted(async () => {