api konturai
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
// Lightweight auth service to manage tokens and API calls
|
// 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 TOKEN_STORAGE_KEY = 'auth.accessToken';
|
||||||
const REFRESH_STORAGE_KEY = 'auth.refreshToken';
|
const REFRESH_STORAGE_KEY = 'auth.refreshToken';
|
||||||
|
|||||||
Reference in New Issue
Block a user