Modification nom cookie

This commit is contained in:
wpetit 2020-05-19 22:22:24 +02:00
parent 4e9298f5b6
commit 44182fd1cd
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func getServiceContainer(conf *config.Config) (*service.Container, error) {
ctn.Provide(
session.ServiceName,
gorilla.ServiceProvider("gitea-kan", cookieStore),
gorilla.ServiceProvider("gengitkan", cookieStore),
)
// Create and expose config service provider