fix: update API endpoint for fetching plans in AdminUsersPage
This commit is contained in:
@@ -80,7 +80,7 @@ export function AdminUsersPage() {
|
||||
|
||||
const fetchPlans = async () => {
|
||||
try {
|
||||
const response = await apiService.get('/api/admin/plans');
|
||||
const response = await apiService.get('/api/referential/plans');
|
||||
const data = await response.json();
|
||||
|
||||
if (response.ok) {
|
||||
|
||||
Reference in New Issue
Block a user