fix: remove obsolete secure middleware in collaboration service

This commit is contained in:
Juan Pablo Villafáñez
2024-04-29 14:50:58 +02:00
committed by Ralf Haferkamp
parent 7da2664144
commit b1d0a2a577

View File

@@ -62,7 +62,6 @@ func Server(opts ...Option) (http.Service, error) {
cors.AllowCredentials(options.Config.HTTP.CORS.AllowCredentials),
),
*/
middleware.Secure,
}
mux := chi.NewMux()