Compare commits

..

No commits in common. "3ad2c93448bf63667f1a124f806894452473edf9" and "d1ecd8f5a3a606c9bfe8603881e2dee041d4571c" have entirely different histories.

View File

@ -43,8 +43,8 @@ func (s *Server) SetCookie(ctx *gin.Context, name, value string, duration time.D
value,
maxAge,
path,
"gophernest.net",
true,
".gophernest.net", // or your backend domain / parent
true, // secure
httpOnly,
)
case "dev":