Skip to content

Commit

Permalink
Fix a typo in mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrozek committed Dec 18, 2024
1 parent 9c2c6d6 commit ad1a9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegate/providers/copilot/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit ad1a9ab

Please sign in to comment.