Merge branch 'feature/auto-publish-to-gitlab' into 'main'

test frontend change

See merge request apipark/APIPark!30
This commit is contained in:
刘健
2024-10-21 19:00:04 +08:00
+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)
)