Skip to content

Commit

Permalink
edit-origin update: router.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Gvidow authored Feb 25, 2024
1 parent 7bfa240 commit 3fa320b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/api/server/router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ func (r Router) RegisterRoute(handler *deliveryHTTP.HandlerHTTP, wsHandler *deli
cfgCSRF.PathToGet = "/api/v1/csrf"

c := cors.New(cors.Options{
AllowedOrigins: []string{"https://pinspire.online", "https://pinspire.online:1443",
"https://pinspire.online:1444", "https://pinspire.online:1445", "https://pinspire.online:1446", "https://pinspire.online:8081"},
AllowedOrigins: []string{"https://pinspire.site", "https://pinspire.site:1443",
"https://pinspire.site:1444", "https://pinspire.site:1445", "https://pinspire.site:1446", "https://pinspire.site:8081"},
AllowedMethods: []string{http.MethodGet, http.MethodPost, http.MethodDelete, http.MethodPut},
AllowCredentials: true,
AllowedHeaders: []string{"content-type", cfgCSRF.Header},
Expand Down

0 comments on commit 3fa320b

Please sign in to comment.