Maj Api and create contact page

This commit is contained in:
sebvtl728
2025-01-03 13:10:09 +01:00
parent 8fcd728887
commit 037cffaa0a
7 changed files with 994 additions and 81 deletions
+1
View File
@@ -2,6 +2,7 @@ import axios from 'axios';
const api = axios.create({
baseURL: 'https://preprod.octopusdesign.fr/api-octopus/server/wp-json',
withCredentials: true,
});
export default api;