Skip to content

Commit 9f53194

Browse files
committed
fix: Update comment to English in manifest handler
1 parent b0981b7 commit 9f53194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/handles/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func ManifestJSON(c *gin.Context) {
5151
}
5252

5353
c.Header("Content-Type", "application/json")
54-
c.Header("Cache-Control", "public, max-age=3600") // 缓存1小时
54+
c.Header("Cache-Control", "public, max-age=3600") // cache for 1 hour
5555

5656
if err := json.NewEncoder(c.Writer).Encode(manifest); err != nil {
5757
utils.Log.Errorf("Failed to encode manifest.json: %v", err)

0 commit comments

Comments
 (0)