This commit is contained in:
wayanrivan
2025-04-28 16:58:09 +07:00
parent 8bdad1bb3f
commit 44c3bf46f4
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ const initialProps: ContextProps = {
const AccountUserProfileContext = createContext<ContextProps>(initialProps);
const API_URL = apiConfig.service_dashboard;
const API_URL2 = apiConfig.service_master_data2;
const API_URL2 = apiConfig.service_customer;
const AccountUserProfileContextProvider = ({ children }: { children: React.ReactNode }) => {
const { login } = useAuthContext();