first update

This commit is contained in:
sebvtl728
2025-01-02 13:39:40 +01:00
parent 32dc34afcf
commit 27d4a1e6a0
26 changed files with 7611 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import axios from 'axios';
const api = axios.create({
baseURL: 'https://preprod.octopusdesign.fr/api-octopus/server/wp-json',
});
export default api;