Fix alertmanager API path.

Change-Id: Iea6059decb121c7e75c1828406c4e0b3f2fc1c5d
This commit is contained in:
Julius Volz 2014-02-19 15:59:21 +01:00
parent 682cf6fc51
commit 92ea823e0c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import (
)
const (
alertmanagerApiEventsPath = "/api/events"
alertmanagerApiEventsPath = "/api/alerts"
contentTypeJson = "application/json"
)