Skip to content

Commit

Permalink
updated: cors
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuysshaa committed Dec 20, 2024
1 parent 95f6981 commit 633aba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func main() {
"http://5.188.141.136:8008",
"http://localhost:8008",
"http://emporium-bs.ru",
"http://bs-emporium.ru"

Check failure on line 78 in cmd/app/main.go

View workflow job for this annotation

GitHub Actions / run-linters

syntax error: unexpected newline in composite literal; possibly missing comma or } (typecheck)

Check failure on line 78 in cmd/app/main.go

View workflow job for this annotation

GitHub Actions / run-linters

missing ',' before newline in composite literal (typecheck)

Check failure on line 78 in cmd/app/main.go

View workflow job for this annotation

GitHub Actions / run-linters

syntax error: unexpected newline in composite literal; possibly missing comma or } (typecheck)

Check failure on line 78 in cmd/app/main.go

View workflow job for this annotation

GitHub Actions / run-linters

missing ',' before newline in composite literal (typecheck)
},
AllowedMethods: []string{"GET", "POST", "PUT", "DELETE"},
AllowedHeaders: []string{"Content-Type", "Authorization", "X-CSRF-Token"},
Expand Down

0 comments on commit 633aba9

Please sign in to comment.