pub async fn handle_libs(
req: HttpRequest,
state: Data<AppState>,
) -> Result<HttpResponse, HaystackError>Expand description
POST /api/libs — returns a grid of library names.
pub async fn handle_libs(
req: HttpRequest,
state: Data<AppState>,
) -> Result<HttpResponse, HaystackError>POST /api/libs — returns a grid of library names.