You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is mostly that all of the handler-related functions in this package return http.HandlerFunc instances and rs/cors expects http.Handler instances.
The problem is mostly that all of the handler-related functions in this package return
http.HandlerFuncinstances and rs/cors expectshttp.Handlerinstances.