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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
} }
}) })
} }