diff --git a/.env b/.env index add8602..63e27d9 100644 --- a/.env +++ b/.env @@ -1,2 +1,3 @@ VITE_API_URL="https://spythere.pl" -VITE_API_URL_DEV="https://spythere.pl" \ No newline at end of file +VITE_API_URL_DEV="http://localhost:3000" +VITE_API_DEV=1 \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 9327ebd..8b95840 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,23 +6,20 @@