Skip to content

Commit

Permalink
fix: removed route by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mentos1386 committed May 16, 2024
1 parent 1afde07 commit b07297c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/server/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ func Routes(
apiv1 := e.Group("/api/v1")
apiv1.Use(h.Authenticated)
apiv1.GET("/workers/connect", h.ApiV1WorkersConnectGET)
apiv1.POST("/checks/:id/history", h.ApiV1ChecksHistoryPOST)

// Error handler
e.HTTPErrorHandler = func(err error, c echo.Context) {
Expand Down

0 comments on commit b07297c

Please sign in to comment.