Skip to content

Commit

Permalink
update datadog url
Browse files Browse the repository at this point in the history
  • Loading branch information
UlricQin committed Dec 29, 2021
1 parent d57415d commit 3700f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func configRoute(r *gin.Engine, version string) {
})

// use apiKey not basic auth
r.POST("/datadog/v1/series", datadogSeries)
r.POST("/datadog/api/v1/series", datadogSeries)

if len(config.C.BasicAuth) > 0 {
auth := gin.BasicAuth(config.C.BasicAuth)
Expand Down

0 comments on commit 3700f7a

Please sign in to comment.