Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove commented code block
  • Loading branch information
cognifloyd committed May 12, 2022
commit 7db57939400e153a6f52a3928b5a46c7c1bfdd19
6 changes: 0 additions & 6 deletions mock/worker/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ func FakeHandler() http.Handler {

e := gin.New()

// mock endpoints for utility calls
//e.GET("/health", getHealth)
//e.GET("/metrics", getMetrics)
//e.GET("/version", getVersion)
//e.POST("/api/v1/shutdown", postShutdown)

// mock endpoints for executor calls
e.GET("/api/v1/executors", getExecutors)
e.GET("/api/v1/executors/:executor", getExecutor)
Expand Down