go17/vblog/apps/token/const.go

6 lines
48 B
Go
Raw Normal View History

2024-12-15 15:10:44 +08:00
package token
const (
COOKIE_NAME = "token"
)