events fix
This commit is contained in:
@@ -4,8 +4,8 @@ import { useRouter } from 'vue-router';
|
|||||||
|
|
||||||
// Создаем экземпляр axios
|
// Создаем экземпляр axios
|
||||||
const api = axios.create({
|
const api = axios.create({
|
||||||
// baseURL: 'https://luminic.space/api/',
|
baseURL: 'https://luminic.space/api/',
|
||||||
baseURL: 'http://localhost:8082/api',
|
// baseURL: 'http://localhost:8082/api',
|
||||||
});
|
});
|
||||||
|
|
||||||
// Устанавливаем токен из localStorage при каждом запуске
|
// Устанавливаем токен из localStorage при каждом запуске
|
||||||
|
|||||||
Reference in New Issue
Block a user