1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

feat(favicon): fix favicon display (#1177)

This commit is contained in:
Anthony Lapenna 2017-09-05 09:57:49 +02:00 committed by GitHub
parent ef8edfb67b
commit 9a0f0a9701
14 changed files with 37 additions and 2 deletions

View file

@ -30,6 +30,7 @@ func NewFileHandler(assetPath string) *FileHandler {
"/js": true,
"/images": true,
"/fonts": true,
"/ico": true,
},
}
return h