Skip to content

Commit

Permalink
adjust Endpoint url
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kolodin committed Sep 24, 2012
1 parent 7ec63e0 commit 54e1e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbrake.go
Expand Up @@ -15,7 +15,7 @@ import (

var (
ApiKey = ""
Endpoint = "https://airbrake.io/notifier_api/v2/notices.xml"
Endpoint = "https://airbrake.io/notifier_api/v2/notices"
Verbose = false

badResponse = errors.New("Bad response")
Expand Down

0 comments on commit 54e1e3d

Please sign in to comment.