perf(web): force release mode
This commit is contained in:
parent
02fb86049d
commit
cc1e8e3af0
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user