fix: layout CSS en Cloudflare/Hostinger + sesiones en PostgreSQL 1 año

This commit is contained in:
Lizandro Guarnizo
2026-05-01 11:44:35 -05:00
parent 1731855df8
commit 1c27cdfaf1
5 changed files with 34 additions and 39 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ func (cfg *AppConfig) LoadComponents() {
cfg.LoadStatic()
cfg.PrepareLog()
_ = cfg.Database.Setup()
_ = cfg.Session.Setup()
_ = cfg.Session.Setup(cfg.Database.Default)
cfg.Cache.Setup()
cfg.Storage.Setup()
}