use crateRoutes;
/// Filter the route created with Jast that is equal to the request, if not it exists 404.
///
/// # Arguments
///
/// * `parts_of_req` - Method[0] and route[1] of the request.
/// * `routes` - routes created with Jast.
///
/// # Returns
///
/// Struct of Routes (method, route, response)