mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-28 09:29:41 -06:00
fix: remove obsolete secure middleware in collaboration service
This commit is contained in:
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),
|
||||
),
|
||||
*/
|
||||
middleware.Secure,
|
||||
}
|
||||
|
||||
mux := chi.NewMux()
|
||||
|
||||
Reference in New Issue
Block a user