mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 13:38:13 +00:00
zmiana endpointów; poprawki designu
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import axios from 'axios';
|
||||
|
||||
const client = axios.create({
|
||||
baseURL: import.meta.env['VITE_API_URL'],
|
||||
withCredentials: true,
|
||||
});
|
||||
|
||||
export default client;
|
||||
Reference in New Issue
Block a user