mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
modify cookies name
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"github.com/mayswind/lab/pkg/settings"
|
||||
)
|
||||
|
||||
const settingsCookieName = "ACP_SETTINGS"
|
||||
const settingsCookieName = "lab_server_settings"
|
||||
|
||||
// ServerSettingsCookie adds server settings to cookies in response
|
||||
func ServerSettingsCookie(config *settings.Config) core.MiddlewareHandlerFunc {
|
||||
|
||||
Reference in New Issue
Block a user