fix: remove obsolete secure middleware in collaboration service

This commit is contained in:
Juan Pablo Villafáñez
2024-04-29 15:22:49 +02:00
committed by Ralf Haferkamp
parent 7da2664144
commit b1d0a2a577
@@ -62,7 +62,6 @@ func Server(opts ...Option) (http.Service, error) {
cors.AllowCredentials(options.Config.HTTP.CORS.AllowCredentials), cors.AllowCredentials(options.Config.HTTP.CORS.AllowCredentials),
), ),
*/ */
middleware.Secure,
} }
mux := chi.NewMux() mux := chi.NewMux()