groupware: remove middleware.RealIP, as it has been deprecated and we currently do not have a use for it

This commit is contained in:
Pascal Bleser
2026-06-19 09:19:50 +02:00
parent 3e4325e408
commit 15cedb747a

View File

@@ -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(