mirror of
https://github.com/pushbits/server.git
synced 2025-08-06 10:08:55 +02:00
Merge branch 'main' into trustedproxies
This commit is contained in:
commit
69d92f52c8
12 changed files with 176 additions and 28 deletions
|
@ -82,7 +82,7 @@ func main() {
|
|||
log.L.Fatal(err)
|
||||
}
|
||||
|
||||
engine, err := router.Create(c.Debug, c.HTTP.TrustedProxies, cm, db, dp)
|
||||
engine, err := router.Create(c.Debug, c.HTTP.TrustedProxies, cm, db, dp, &c.Alertmanager)
|
||||
if err != nil {
|
||||
log.L.Fatal(err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue