diff --git a/.env.development b/.env.development index 618a7db..41c0026 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ VITE_USE_MOCK=true # VITE_API_BASE_URL=http://localhost:5173 -VITE_API_BASE_URL=http://127.0.0.1:8081 +VITE_API_BASE_URL=http://127.0.0.1:8080 diff --git a/.env.production b/.env.production index 8c63f70..7bae5d3 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ VITE_USE_MOCK=false # VITE_API_BASE_URL=http://localhost:5173 -VITE_API_BASE_URL=http://127.0.0.1:8081 +VITE_API_BASE_URL=http://127.0.0.1:8080 # http://127.0.0.1:8081 \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 53b5864..655fc44 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,14 +1,14 @@