Aktuellste VErsion
Some checks are pending
Deploy Volleyball Dev / deploy (push) Waiting to run

This commit is contained in:
2025-05-16 18:38:48 +02:00
parent 269dd3c7a5
commit cc0c8c95f5
20 changed files with 113 additions and 45 deletions

7
src/lib/axios.ts Normal file
View File

@@ -0,0 +1,7 @@
import axios from "axios";
const api = axios.create({
baseURL: import.meta.env.VITE_API_URL,
});
export default api;