mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
fix(console): header overwrite (#384)
This commit is contained in:
parent
230e6c9101
commit
b863e7c407
@ -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
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user