From 5345326de8be2d0a318600d29941d8ecdec3b097 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 14 May 2024 01:52:09 -0400 Subject: api: update guzzle host --- src/api/guzzle.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/api') diff --git a/src/api/guzzle.rs b/src/api/guzzle.rs index c5093da..9ad6ad6 100644 --- a/src/api/guzzle.rs +++ b/src/api/guzzle.rs @@ -7,7 +7,8 @@ struct RandomTeawieResponse { url: String, } -const GUZZLE: &str = "https://api.mydadleft.me"; +// TODO: read this from an env var +const GUZZLE: &str = "https://api.getchoo.com"; const RANDOM_TEAWIE: &str = "/random_teawie"; pub async fn random_teawie() -> Result { -- cgit v1.2.3