Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit ad1a9ab

Browse files
committed
Fix a typo in mappings
1 parent 9c2c6d6 commit ad1a9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegate/providers/copilot/mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class CoPilotMappings(BaseSettings):
2626
("/copilot/suggestions", "https://githubcopilot.com"),
2727
("/copilot_internal/user", "https://api.github.com"),
2828
("/copilot_internal/v2/token", "https://api.github.com"),
29-
("/telemety", "https://copilot-telemetry.githubusercontent.com"),
29+
("/telemetry", "https://copilot-telemetry.githubusercontent.com"),
3030
("/", "https://github.com"),
3131
("/login/oauth/access_token", "https://github.com/login/oauth/access_token"),
3232
("/api/copilot", "https://api.github.com/copilot_internal"),

0 commit comments

Comments
 (0)