Skip to content

Commit

Permalink
dev4 update: app.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Gvidow committed Feb 25, 2024
1 parent f4b29eb commit 6053554
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 @@ -142,7 +142,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 6053554

Please sign in to comment.