From ea48085f6fe48d3cf06332a4c29532ca7ef296ef Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 4 Apr 2023 21:09:32 +0200 Subject: [PATCH] poprawki uwierzytelniania --- .env | 2 +- src/components/TableActions.vue | 1 - src/store.ts | 1 - src/views/LoginView.vue | 3 +-- 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 63e27d9..c8834f8 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ VITE_API_URL="https://spythere.pl" -VITE_API_URL_DEV="http://localhost:3000" +VITE_API_URL_DEV="http://localhost:3001" VITE_API_DEV=1 \ No newline at end of file diff --git a/src/components/TableActions.vue b/src/components/TableActions.vue index 3b74b95..f2909d6 100644 --- a/src/components/TableActions.vue +++ b/src/components/TableActions.vue @@ -74,7 +74,6 @@