fix(console): header overwrite (#384)

This commit is contained in:
Livio Amstutz
2020-07-08 08:23:33 +02:00
committed by GitHub
parent 230e6c9101
commit b863e7c407

View File

@@ -96,6 +96,7 @@ func AssetsCacheInterceptorIgnoreManifest(shortMaxAge, shortSharedMaxAge, longMa
return return
} }
middleware.AssetsCacheInterceptor(longMaxAge, longSharedMaxAge, handler).ServeHTTP(w, r) middleware.AssetsCacheInterceptor(longMaxAge, longSharedMaxAge, handler).ServeHTTP(w, r)
return
} }
}) })
} }