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),
|
cors.AllowCredentials(options.Config.HTTP.CORS.AllowCredentials),
|
||||||
),
|
),
|
||||||
*/
|
*/
|
||||||
middleware.Secure,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mux := chi.NewMux()
|
mux := chi.NewMux()
|
||||||
|
|||||||
Reference in New Issue
Block a user