Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JyotinderSingh committed Nov 22, 2024
1 parent e5fd0fc commit 0f7b0b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/server/httpServer.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func NewHTTPServer(shardManager *shard.ShardManager, wl wal.AbstractWAL) *HTTPSe
}

mux.HandleFunc("/", httpServer.DiceHTTPHandler)
//mux.HandleFunc("/q.watch", httpServer.DiceHTTPQwatchHandler)
mux.HandleFunc("/health", func(w http.ResponseWriter, r *http.Request) {
_, err := w.Write([]byte("ok"))
if err != nil {
Expand Down

0 comments on commit 0f7b0b0

Please sign in to comment.