import { getRequest } from "."; import apiEndpoints from "./apiEndpoints"; export const getAllFilesReq = () => getRequest(apiEndpoints.files.all);