mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-04 13:40:43 -03:00
el input de busqueda de usuarios
This commit is contained in:
@@ -6,7 +6,7 @@ import type { UserResponseDto } from '../../../types.js';
|
||||
|
||||
export const ssr = false;
|
||||
|
||||
export async function load({ depends }) {
|
||||
export async function load({ depends, fetch }) {
|
||||
depends('admin:load');
|
||||
const response = await fetch(get(apiBase) + '/api/admin/users', {
|
||||
method: 'GET',
|
||||
|
||||
Reference in New Issue
Block a user