summaryrefslogtreecommitdiff
path: root/src/api
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-23 08:28:28 -0400
committerseth <[email protected]>2023-04-23 08:28:42 -0400
commitcecc4e1cae7558d1b415989f0e15ed95e3bb7106 (patch)
tree5028e68f92013dbf9f6944512b07b71e4b5aa2c2 /src/api
parenta5da6321820ca31001b5b182df088390e35b2a90 (diff)
update guzzle api link
Diffstat (limited to 'src/api')
-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 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";