mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
feat(api): introduce cache busting mechanism (#439)
This commit is contained in:
parent
ecc8857a32
commit
6e98237419
8 changed files with 466 additions and 395 deletions
|
@ -19,7 +19,7 @@ type Handler struct {
|
|||
DockerHandler *DockerHandler
|
||||
WebSocketHandler *WebSocketHandler
|
||||
UploadHandler *UploadHandler
|
||||
FileHandler http.Handler
|
||||
FileHandler *FileHandler
|
||||
}
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue