From c4b978fbfa2ef545226d5718ef64063e9549a24f Mon Sep 17 00:00:00 2001 From: root Date: Sat, 13 Sep 2025 21:47:27 +0500 Subject: [PATCH] api konturai --- src/service/AuthService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/service/AuthService.js b/src/service/AuthService.js index f693589..816bdb9 100644 --- a/src/service/AuthService.js +++ b/src/service/AuthService.js @@ -1,6 +1,6 @@ // Lightweight auth service to manage tokens and API calls -const API_URL = import.meta.env.VITE_API_URL || 'http://localhost:8080'; +const API_URL = import.meta.env.VITE_API_URL || 'https://api.konturai.kz'; const TOKEN_STORAGE_KEY = 'auth.accessToken'; const REFRESH_STORAGE_KEY = 'auth.refreshToken';