diff --git a/server/remote/github/github.go b/server/remote/github/github.go index 38376f489..47b05b4e5 100644 --- a/server/remote/github/github.go +++ b/server/remote/github/github.go @@ -34,8 +34,8 @@ import ( ) const ( - defaultURL = "https://github.com" // Default GitHub URL - defaultAPI = "https://api.github.com" // Default GitHub API URL + defaultURL = "https://github.com" // Default GitHub URL + defaultAPI = "https://api.github.com/" // Default GitHub API URL ) // Opts defines configuration options.