diff --git a/api/nameguard/web_api.py b/api/nameguard/web_api.py index e6c5c1cc6..dfbf1f910 100644 --- a/api/nameguard/web_api.py +++ b/api/nameguard/web_api.py @@ -45,8 +45,8 @@ class ApiVersion(str, Enum): ## Documentation These documentation pages focus specifically on the NameGuard API. For information on the NameGuard Library, SDK, and UI Kit, please refer to the [NameGuard GitHub repository](https://github.com/namehash/nameguard).""", servers=[ - {'url': '/', 'description': 'Default, relative server'}, {'url': 'https://api.nameguard.io', 'description': 'Production server'}, + {'url': '/', 'description': 'Default, relative server'}, ], )