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