chore: update dependency tree metadata and refine API endpoint structure

This commit is contained in:
sebvtl728
2026-05-18 17:04:53 +02:00
parent ccc2e1347d
commit 9d8e4e6314
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import axios from "axios";
const API_URL = "http://preprod.octopusdesign.fr/api-octopus/server/wp-json";
const API_URL = "https://preprod.octopusdesign.fr/api-octopus/server/wp-json";
// 🔹 Instance Axios pour éviter de répéter l'URL
const api = axios.create({