test frontend dir change

This commit is contained in:
Liujian
2024-10-21 16:16:46 +08:00
parent a7f2a91e6a
commit 306da2fcc5
+1 -1
View File
@@ -29,7 +29,7 @@ var (
indexHtml []byte
)
var (
expires = time.Hour * 24 * 7
expires = time.Hour * 24 * 3
cacheControl = fmt.Sprintf("public, max-age=%d", 3600*24*7)
)