From 274311a89e6cc770034d2c6f43375fa0d6fd6f00 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 14 May 2023 03:57:35 -0400 Subject: fix: update guzzle api endpoint --- src/api/guzzle.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/guzzle.rs b/src/api/guzzle.rs index 7ea1545..e94ebb6 100644 --- a/src/api/guzzle.rs +++ b/src/api/guzzle.rs @@ -6,7 +6,7 @@ struct GuzzleResponse { pub url: String, } -const GUZZLE: &str = "http://167.99.145.73"; +const GUZZLE: &str = "https://api.mydadleft.me"; pub async fn get_random_teawie() -> String { let endpoint = "/get_random_teawie"; -- cgit v1.2.3