Skip to content

Commit

Permalink
remove audit
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Jul 15, 2024
1 parent 450a46c commit 6fc8cec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"os/signal"

"github.com/gernest/frieren/internal/api"
"github.com/gernest/frieren/internal/audit"
otlphttp "github.com/gernest/frieren/internal/http"
"github.com/gernest/frieren/internal/metrics"
"github.com/gernest/frieren/internal/self"
Expand Down Expand Up @@ -188,7 +187,7 @@ func Main() *cli.Command {
),
)
svr := &http.Server{
Handler: audit.Audit(oh),
Handler: oh,
BaseContext: func(l net.Listener) context.Context { return ctx },
}

Expand Down

0 comments on commit 6fc8cec

Please sign in to comment.