update cookie store

This commit is contained in:
Zack Scholl 2018-08-21 19:36:10 -07:00
parent e5a1a88a02
commit 5a0587c3ce
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
)
func main() {
store := sessions.NewCookieStore([]byte("secret"))
store := sessions.NewStore([]byte("secret"))
first := server.Site{
PathToData: "site1",