feat(messages): update messages to handle multiple recipients
Build and Push Docker image / build-and-push (push) Successful in 3m3s
Details
Build and Push Docker image / build-and-push (push) Successful in 3m3s
Details
This commit is contained in:
parent
849499740b
commit
9826b53035
|
@ -2,7 +2,6 @@ package main
|
|||
|
||||
import (
|
||||
"git.stuve.uni-ulm.de/stuve-it/stuve-it-backend/ldapApi"
|
||||
"git.stuve.uni-ulm.de/stuve-it/stuve-it-backend/ldapSync"
|
||||
"git.stuve.uni-ulm.de/stuve-it/stuve-it-backend/logger"
|
||||
"git.stuve.uni-ulm.de/stuve-it/stuve-it-backend/messages"
|
||||
"git.stuve.uni-ulm.de/stuve-it/stuve-it-backend/qrApi"
|
||||
|
@ -24,9 +23,9 @@ func main() {
|
|||
app := pocketbase.New()
|
||||
|
||||
// setup ldap sync
|
||||
app.OnBeforeServe().Add(func(e *core.ServeEvent) error {
|
||||
return ldapSync.InitLdapSync(app)
|
||||
})
|
||||
//app.OnBeforeServe().Add(func(e *core.ServeEvent) error {
|
||||
// return ldapSync.InitLdapSync(app)
|
||||
//})
|
||||
|
||||
// setup ldap login
|
||||
app.OnBeforeServe().Add(func(e *core.ServeEvent) error {
|
||||
|
|
Loading…
Reference in New Issue