From cecc4e1cae7558d1b415989f0e15ed95e3bb7106 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 23 Apr 2023 08:28:28 -0400 Subject: update guzzle api link --- src/api/guzzle.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/api/guzzle.rs b/src/api/guzzle.rs index 88944ef..7ea1545 100644 --- a/src/api/guzzle.rs +++ b/src/api/guzzle.rs @@ -6,7 +6,7 @@ struct GuzzleResponse { pub url: String, } -const GUZZLE: &str = "http://198.199.68.30"; +const GUZZLE: &str = "http://167.99.145.73"; pub async fn get_random_teawie() -> String { let endpoint = "/get_random_teawie"; -- cgit v1.2.3