This commit is contained in:
parent
3c135eadc3
commit
e484f9bf70
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user