summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-14 03:57:35 -0400
committerseth <[email protected]>2023-05-14 03:57:35 -0400
commit274311a89e6cc770034d2c6f43375fa0d6fd6f00 (patch)
treef512de215310a4d8f9c3e9a3c6817b4cbd2840c7 /src
parentb60c8454cf50285e798799d952b143c6c6f729f1 (diff)
fix: update guzzle api endpoint
Diffstat (limited to 'src')
-rw-r--r--src/api/guzzle.rs2
1 files changed, 1 insertions, 1 deletions
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";