Skip to content

Commit

Permalink
Replace API URL with live one
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylevy committed May 31, 2022
1 parent 9ee65c9 commit 84c6f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/github_prod.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ package config

func init() {
GitHubOAuthClientID = "7e1b6c93f4ba81819162"
GitHubOAuthCLIToAPIURL = "https://recode-sh-api.herokuapp.com/github/oauth/callback"
GitHubOAuthCLIToAPIURL = "https://api.recode.sh/github/oauth/callback"
}

0 comments on commit 84c6f17

Please # to comment.