mirror of
https://github.com/pushbits/server.git
synced 2025-07-19 17:37:28 +02:00
Implement updating of channels
This commit is contained in:
parent
a5418d9698
commit
9a65fb4356
5 changed files with 102 additions and 34 deletions
|
@ -25,7 +25,7 @@ func Create(debug bool, cm *credentials.Manager, db *database.Database, dp *disp
|
|||
|
||||
applicationHandler := api.ApplicationHandler{DB: db, DP: dp}
|
||||
notificationHandler := api.NotificationHandler{DB: db, DP: dp}
|
||||
userHandler := api.UserHandler{CM: cm, DB: db, DP: dp}
|
||||
userHandler := api.UserHandler{AH: &applicationHandler, CM: cm, DB: db, DP: dp}
|
||||
|
||||
r := gin.Default()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue