feat: update consts value

This commit is contained in:
zhanghelong 2023-03-30 15:58:02 +08:00
parent 8ead555bf2
commit a9635abe0d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import (
)
const (
CookieKeyIDMeshUserID = "IDMesh-User-Id"
CookieKeyIDMeshUserID = "idmesh_user_id"
)
type Config struct {