perf(web): force release mode

This commit is contained in:
Masahiko AMANO 2025-01-07 19:43:00 +03:00
parent 02fb86049d
commit cc1e8e3af0

View File

@ -14,6 +14,7 @@ import (
)
func Serve(addr string, encryptionKey []byte) {
gin.SetMode(gin.ReleaseMode)
r := gin.Default()
store := cookie.NewStore(encryptionKey)