From e484f9bf705354734f2c566730fc9941a62d4e9d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 12 Sep 2024 10:57:16 +0200 Subject: [PATCH] test push --- src/services/WordpressFetchData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/WordpressFetchData.js b/src/services/WordpressFetchData.js index eb00285..8771a96 100644 --- a/src/services/WordpressFetchData.js +++ b/src/services/WordpressFetchData.js @@ -4,7 +4,7 @@ import { useUser } from "../hooks/useUser"; const BASE_URL = process.env.REACT_APP_BASE_URL; const BASE_CUSTOM_URL = process.env.REACT_APP_BASE_CUSTOM_URL; - +// test const fetchWordpressData = async (url) => { try { const response = await axios.get(url);