mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-30 10:11:23 +02:00
Append trailing slash to default GH API URL (#411)
This commit is contained in:
parent
5ef7e3c8e6
commit
88389e4a06
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user