From 06b1aec8f764bda1041c761cc8b97e0a8f180cf4 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Fri, 1 Feb 2019 23:13:55 +0100 Subject: rust_team_data: update BASE_URL to the production one --- rust_team_data/src/v1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust_team_data/src/v1.rs b/rust_team_data/src/v1.rs index 8ea29ee..5387028 100644 --- a/rust_team_data/src/v1.rs +++ b/rust_team_data/src/v1.rs @@ -1,7 +1,7 @@ use serde::{Serialize, Deserialize}; use indexmap::IndexMap; -pub static BASE_URL: &str = "http://localhost:8000/build/v1"; +pub static BASE_URL: &str = "https://team-api.infra.rust-lang.org/v1"; #[derive(Debug, Clone, Copy, Serialize, Deserialize)] #[serde(rename_all = "snake_case")] -- cgit v1.2.3