zmiana endpointów; poprawki designu

This commit is contained in:
2023-11-29 14:22:58 +01:00
parent c5b639b068
commit 6d4d6077af
7 changed files with 62 additions and 103 deletions
+8
View File
@@ -0,0 +1,8 @@
import axios from 'axios';
const client = axios.create({
baseURL: import.meta.env['VITE_API_URL'],
withCredentials: true,
});
export default client;