pub async fn load_from_database( pool: &PgPool, ) -> ProxyResult<(Vec<Route>, Vec<Upstream>)>
Load routes from the database.