fin-check-api/consts/cookies.go

6 lines
54 B
Go
Raw Permalink Normal View History

package consts
const (
COOKIE_SESSION = "session"
)