Skip to content

Commit

Permalink
feat(config): Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebruijn committed Sep 10, 2024
1 parent 4c0d62c commit d6b2ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/http/proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
type Config struct {
Timeout time.Duration `yaml:"timeout"`
KeepAlive time.Duration `yaml:"keep_alive"`
Host string `/localhost:8081" yaml:"host"`
Host string `yaml:"host"`
Tracing TracingConfig `yaml:"tracing"`
}

Expand Down

0 comments on commit d6b2ef1

Please sign in to comment.