Skip to content

Commit 2d4cee6

Browse files
authored
Update Crunchbase API base URL (#939)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
1 parent 0ac3b9b commit 2d4cee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/cli/src/build/crunchbase.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async fn collect_organization_data(cb: DynCB, cb_url: &str) -> Result<Organizati
204204
}
205205

206206
/// Crunchbase API base url.
207-
const CRUNCHBASE_API_URL: &str = "https://api.crunchbase.com/api/v4";
207+
const CRUNCHBASE_API_URL: &str = "https://api.crunchbase.com/v4/data";
208208

209209
/// Type alias to represent a CB trait object.
210210
type DynCB = Arc<dyn CB + Send + Sync>;

0 commit comments

Comments
 (0)