From a9635abe0de87c714fd222c8086a7e905523b1dc Mon Sep 17 00:00:00 2001 From: zhanghelong Date: Thu, 30 Mar 2023 15:58:02 +0800 Subject: [PATCH] feat: update consts value --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index f441da4..1f95e33 100644 --- a/server.go +++ b/server.go @@ -24,7 +24,7 @@ import ( ) const ( - CookieKeyIDMeshUserID = "IDMesh-User-Id" + CookieKeyIDMeshUserID = "idmesh_user_id" ) type Config struct {