From 3c02d2353d8bdfd2b6e5a09ac17214bae76664d7 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 28 Mar 2023 03:14:10 -0400 Subject: guzzle.gay is down --- src/guzzle_api/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guzzle_api/api.py b/src/guzzle_api/api.py index d0770f0..41d120d 100644 --- a/src/guzzle_api/api.py +++ b/src/guzzle_api/api.py @@ -4,7 +4,7 @@ from fastapi.staticfiles import StaticFiles from guzzle_api import lib from guzzle_api.teawie import lib as teawie -URL = "https://guzzle.gay/api" +URL = "http://198.199.68.30/api/api" TEAWIE_STATIC_ENDPOINT = "/static/teawie" app = FastAPI() -- cgit v1.2.3