From ad1a9ab29fbbb684e51dd5cd21a47cc03bef48d7 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 18 Dec 2024 12:38:29 +0100 Subject: [PATCH] Fix a typo in mappings --- src/codegate/providers/copilot/mapping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codegate/providers/copilot/mapping.py b/src/codegate/providers/copilot/mapping.py index 61802a59..46636238 100644 --- a/src/codegate/providers/copilot/mapping.py +++ b/src/codegate/providers/copilot/mapping.py @@ -26,7 +26,7 @@ class CoPilotMappings(BaseSettings): ("/copilot/suggestions", "https://githubcopilot.com"), ("/copilot_internal/user", "https://api.github.com"), ("/copilot_internal/v2/token", "https://api.github.com"), - ("/telemety", "https://copilot-telemetry.githubusercontent.com"), + ("/telemetry", "https://copilot-telemetry.githubusercontent.com"), ("/", "https://github.com"), ("/login/oauth/access_token", "https://github.com/login/oauth/access_token"), ("/api/copilot", "https://api.github.com/copilot_internal"),