Update API to env var
All checks were successful
release-image / release-image (push) Successful in 10m59s

This commit is contained in:
Logan Cusano
2025-05-26 17:44:23 -04:00
parent 49c58fd591
commit 0b86cd49cf
7 changed files with 7 additions and 7 deletions

View File

@@ -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