perf(web): force release mode
This commit is contained in:
@@ -14,6 +14,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func Serve(addr string, encryptionKey []byte) {
|
func Serve(addr string, encryptionKey []byte) {
|
||||||
|
gin.SetMode(gin.ReleaseMode)
|
||||||
r := gin.Default()
|
r := gin.Default()
|
||||||
|
|
||||||
store := cookie.NewStore(encryptionKey)
|
store := cookie.NewStore(encryptionKey)
|
||||||
|
|||||||
Reference in New Issue
Block a user