Skip to content

Commit

Permalink
main update: app.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Gvidow authored Feb 25, 2024
1 parent 6e00243 commit 7bfa240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func Run(ctx context.Context, log *log.Logger, cfg ConfigFiles) {
})

wsHandler := deliveryWS.New(log, messageCase, notifyCase,
deliveryWS.SetOriginPatterns([]string{"pinspire.online", "pinspire.online:*"}))
deliveryWS.SetOriginPatterns([]string{"pinspire.site", "pinspire.site:*"}))

cfgServ, err := server.NewConfig(cfg.ServerConfigFile)
if err != nil {
Expand Down

0 comments on commit 7bfa240

Please sign in to comment.