1
0

chore(web): directly use new db session

(cherry picked from commit 499f66b7ae4d79e4b69c90caa618f25a18173925)
This commit is contained in:
kolaente
2024-08-29 16:31:46 +02:00
parent 459c8daed6
commit d885b43328
7 changed files with 15 additions and 13 deletions

View File

@ -125,7 +125,6 @@ func NewEcho() *echo.Echo {
})
handler.SetLoggingProvider(log.GetLogger())
handler.SetMaxItemsPerPage(config.ServiceMaxItemsPerPage.GetInt())
handler.SetSessionFactory(db.NewSession)
return e
}