pub async fn get_all_files(
__arg0: State<UnifiedAppState>,
) -> Result<impl IntoResponse, StatusCode>Expand description
GET /files/all - Get flat list of all files (for @filename autocomplete)
pub async fn get_all_files(
__arg0: State<UnifiedAppState>,
) -> Result<impl IntoResponse, StatusCode>GET /files/all - Get flat list of all files (for @filename autocomplete)