diff options
| author | seth <[email protected]> | 2023-03-28 03:14:10 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-28 03:14:10 -0400 |
| commit | 3c02d2353d8bdfd2b6e5a09ac17214bae76664d7 (patch) | |
| tree | 66af350f3ff715d2aa432c91c2bb4dc4ad51c176 /src | |
| parent | 042aebe2ef9a83a9c40d9f817d712678a2aafd63 (diff) | |
guzzle.gay is down
Diffstat (limited to 'src')
| -rw-r--r-- | src/guzzle_api/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
