test push prod

This commit is contained in:
Antoine M 2024-09-12 10:26:05 +02:00
parent 28cbe54c34
commit 35a9d15cf3

View File

@ -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);