Ajouter un client

This commit is contained in:
2026-06-11 07:27:37 -04:00
parent c811c373d5
commit ccafc24f72
6 changed files with 102 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
import axios from 'axios';
const client = axios.create({
baseURL: 'http://localhost:8080',
});
export default client;