api konturai

This commit is contained in:
root
2025-09-13 21:47:27 +05:00
parent 3ae48bccbd
commit c4b978fbfa
+1 -1
View File
@@ -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';