Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d246ba7c16 | |||
| 04a626df60 |
@@ -1,3 +1,6 @@
|
||||
# v0.17.0
|
||||
* feat: Add CORS support
|
||||
|
||||
# v0.12.1
|
||||
* feat: Implement custom OpenTelemetry span name formatting for HTTP requests.
|
||||
* refactor: Streamline OpenTelemetry handler integration by removing custom wrapper.
|
||||
|
||||
@@ -44,7 +44,6 @@ func prepHTTPServer(opts *opts.AppHTTP) *http.Server {
|
||||
|
||||
healthChecks := handleHealthCheckFunc(opts.Ctx, opts.HealthChecks...)
|
||||
mux.HandleFunc("/health", healthChecks)
|
||||
mux.HandleFunc("/", healthChecks)
|
||||
|
||||
for _, f := range opts.Funcs {
|
||||
mux.HandleFunc(f.Path, f.HandlerFunc)
|
||||
|
||||
Reference in New Issue
Block a user