mirror of
https://github.com/astaxie/beego.git
synced 2025-08-02 10:15:33 +00:00
move core/session to web/session
This commit is contained in:
@@ -29,7 +29,7 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"github.com/astaxie/beego/pkg/core/session"
|
||||
"github.com/astaxie/beego/pkg/server/web/session"
|
||||
)
|
||||
|
||||
// Regexes for checking the accept headers
|
||||
|
Reference in New Issue
Block a user