files_handler

Function files_handler 

Source
pub async fn files_handler(
    __arg0: State<Arc<AppState>>,
    headers: HeaderMap,
) -> Result<Json<Vec<AdminFileEntry>>, AppError>