mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-19 20:14:17 -04:00
groupware: remove middleware.RealIP, as it has been deprecated and we currently do not have a use for it
This commit is contained in:
@@ -39,7 +39,6 @@ func Server(opts ...Option) (http.Service, error) {
|
||||
svc.Logger(options.Logger),
|
||||
svc.Config(options.Config),
|
||||
svc.Middleware(
|
||||
middleware.RealIP,
|
||||
middleware.RequestID,
|
||||
groupwaremiddleware.TraceID,
|
||||
opencloudmiddleware.Cors(
|
||||
|
||||
Reference in New Issue
Block a user