Domain replacement in gettingListManagers
This commit is contained in:
parent
769d29458c
commit
097c51d652
@ -114,7 +114,7 @@ const Users: React.FC = () => {
|
|||||||
try {
|
try {
|
||||||
const { data } = await axios({
|
const { data } = await axios({
|
||||||
method: "get",
|
method: "get",
|
||||||
url: "https://admin.pena.digital/user/",
|
url: "https://hub.pena.digital/user/",
|
||||||
});
|
});
|
||||||
setManager(data);
|
setManager(data);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user