Skip to content

Commit

Permalink
fix(monitors): add back the monitors get route
Browse files Browse the repository at this point in the history
  • Loading branch information
mentos1386 committed Apr 30, 2024
1 parent 4255c3b commit 7335b7b
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 @@ -63,6 +63,7 @@ func Routes(
settings.GET("/triggers/:id/disable", h.SettingsTriggersDisableGET)
settings.GET("/triggers/:id/enable", h.SettingsTriggersEnableGET)

settings.GET("/monitors", h.SettingsMonitorsGET)
settings.GET("/monitors/create", h.SettingsMonitorsCreateGET)
settings.POST("/monitors/create", h.SettingsMonitorsCreatePOST)
settings.GET("/monitors/:id", h.SettingsMonitorsDescribeGET)
Expand Down

0 comments on commit 7335b7b

Please sign in to comment.