fix: fixup 500 error
ci-api / test (push) Has been cancelled
ci-web / test (push) Has been cancelled

This commit is contained in:
Nuxgrid
2026-07-28 15:51:46 +02:00
parent 118ac02505
commit dfe0e5c5a5
5 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ func main() {
Sessions: sessions,
AuthH: auth.NewHandler(userStore, sessions, iss, cfg.Secure()),
LeadsH: leads.NewHandler(leadStore),
DemosH: demos.NewHandler(demoSvc),
DemosH: demos.NewHandler(demoSvc, helmProv),
SubH: sub.NewHandler(codeStore),
ContactH: sav.NewHandler(contactStore),
}