diff --git a/server/routes.ts b/server/routes.ts index 5b4a2aa..10aa8da 100644 --- a/server/routes.ts +++ b/server/routes.ts @@ -275,7 +275,7 @@ export async function registerRoutes(app: Express): Promise { }); } - // Use the version endpoint which is the simplest endpoint + // Use the version endpoint which is the simplest endpoint and doesn't rely on long URLs try { const response = await axios.get(`${IUCN_BASE_URL}/version`, { params: { token: apiKey }