Skip to content

Commit

Permalink
fix for #346 add dev telemetry route
Browse files Browse the repository at this point in the history
  • Loading branch information
ddvk committed Dec 15, 2024
1 parent 7dd4e8c commit 11c1c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/app/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func (app *App) registerRoutes(router *gin.Engine) {
router.POST("/v1/reports", app.nullReport)
router.POST("/v2/reports", app.nullReport)
router.POST("/report/v1", app.nullReport)
router.POST("/v2/events", app.nullReport)

//routes needing api authentitcation
authRoutes := router.Group("/")
Expand Down

0 comments on commit 11c1c5a

Please sign in to comment.