anything
This commit is contained in:
parent
b3b910d443
commit
562b9915b5
|
|
@ -71,6 +71,7 @@ public class FilesController(FileService fileService) : Controller
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
return await Index();
|
var files = await fileService.GetFiles(new PagedRequest(25, 0));
|
||||||
|
return View("Index", files);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue