There was an error while loading. Please reload this page.
1 parent b0981b7 commit 9f53194Copy full SHA for 9f53194
1 file changed
server/handles/manifest.go
@@ -51,7 +51,7 @@ func ManifestJSON(c *gin.Context) {
51
}
52
53
c.Header("Content-Type", "application/json")
54
- c.Header("Cache-Control", "public, max-age=3600") // 缓存1小时
+ c.Header("Cache-Control", "public, max-age=3600") // cache for 1 hour
55
56
if err := json.NewEncoder(c.Writer).Encode(manifest); err != nil {
57
utils.Log.Errorf("Failed to encode manifest.json: %v", err)
0 commit comments