diff --git a/src/pages/dashboard/Content/Users.tsx b/src/pages/dashboard/Content/Users.tsx index 888fd17..8c3bd0f 100644 --- a/src/pages/dashboard/Content/Users.tsx +++ b/src/pages/dashboard/Content/Users.tsx @@ -114,7 +114,7 @@ const Users: React.FC = () => { try { const { data } = await axios({ method: "get", - url: "https://admin.pena.digital/user/", + url: "https://hub.pena.digital/user/", }); setManager(data); } catch (error) {