Rename "Cache" middleware to "NoCache"

This commit is contained in:
Benedikt Kulmann
2020-11-16 22:13:26 +01:00
parent 31401cdbae
commit aaf9029a3e
8 changed files with 9 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ func Server(opts ...Option) http.Service {
mux.Use(middleware.RealIP)
mux.Use(middleware.RequestID)
mux.Use(middleware.Cache)
mux.Use(middleware.NoCache)
mux.Use(middleware.Cors)
mux.Use(middleware.Secure)
mux.Use(middleware.ExtractAccountUUID(