v2
This commit is contained in:
@@ -6,6 +6,6 @@ import (
|
||||
"management/internal/pkg/session"
|
||||
)
|
||||
|
||||
func LoadSession(next http.Handler) http.Handler {
|
||||
func LoadSession(session session.ISession, next http.Handler) http.Handler {
|
||||
return session.LoadAndSave(next)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user