docker config

This commit is contained in:
2025-08-11 17:10:06 +02:00
parent 6a4cce9048
commit 38b53c80a5
6 changed files with 66 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import router from '@/router'
import { useAuthStore } from '@/stores/authStore'
const api = axios.create({
baseURL: 'http://localhost:8000', // Twój backend
baseURL: '/odoo/api', // Twój backend
})
// Request interceptor dodawanie tokena