mirror of
https://github.com/astaxie/beego.git
synced 2025-06-18 19:20:38 +00:00
move core/session to web/session
This commit is contained in:
@ -58,7 +58,7 @@ import (
|
||||
// import postgresql Driver
|
||||
_ "github.com/lib/pq"
|
||||
|
||||
"github.com/astaxie/beego/pkg/core/session/postgres"
|
||||
"github.com/astaxie/beego/pkg/server/web/session/postgres"
|
||||
)
|
||||
|
||||
// SessionStore postgresql session store
|
||||
|
Reference in New Issue
Block a user