Skip to content

Commit

Permalink
fix: resolved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
werniq committed Oct 22, 2024
2 parents d4397db + 5a31d1a commit 3ebae2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/proxy/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func Run(proxyServerPort, visualizeServerPort string, yamlConfigBytes []byte, ce
limiter := ratelimit.NewInMemoryLimiter(time.Minute * 5)

visualizeServerPort = fmt.Sprintf(":%s", visualizeServerPort)

s := visualize.NewServer(visualizeServerPort)

guardHandler := waf.NewHandler(
Expand Down

0 comments on commit 3ebae2c

Please sign in to comment.