Skip to content

Commit

Permalink
Update incident.go
Browse files Browse the repository at this point in the history
  • Loading branch information
opb authored Dec 19, 2022
1 parent 73a8761 commit 6644437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion incident.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
const (
// API URL
// Right now, the API is only available in v1 and as a cloud version.
apiURL = "https://api.incident.io/v1/"
apiURL = "https://api.incident.io/v2/"

// User Agent that will be used for HTTP requests.
// Should help to identify the source of the calls in case of emergency.
Expand Down

0 comments on commit 6644437

Please sign in to comment.