Update API to env var
All checks were successful
release-image / release-image (push) Successful in 10m59s
All checks were successful
release-image / release-image (push) Successful in 10m59s
This commit is contained in:
@@ -8,7 +8,7 @@ import React, {
|
||||
ReactNode,
|
||||
useCallback
|
||||
} from 'react';
|
||||
import { API_BASE_URL } from '@/constants/api'; // Assuming you have this
|
||||
import { DRB_BASE_API_URL } from '@/constants/api'; // Assuming you have this
|
||||
import { authAwareFetch } from '@/utils/AuthAwareFetch'; // Import authAwareFetch
|
||||
|
||||
// Define your User and UserRoles types if not already in types.ts
|
||||
|
||||
Reference in New Issue
Block a user