test push
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Antoine M 2024-09-12 10:57:16 +02:00
parent 3c135eadc3
commit e484f9bf70

View File

@ -4,7 +4,7 @@ import { useUser } from "../hooks/useUser";
const BASE_URL = process.env.REACT_APP_BASE_URL; const BASE_URL = process.env.REACT_APP_BASE_URL;
const BASE_CUSTOM_URL = process.env.REACT_APP_BASE_CUSTOM_URL; const BASE_CUSTOM_URL = process.env.REACT_APP_BASE_CUSTOM_URL;
// test
const fetchWordpressData = async (url) => { const fetchWordpressData = async (url) => {
try { try {
const response = await axios.get(url); const response = await axios.get(url);