Skip to content

Commit

Permalink
Merge pull request #74 from socraticDevBlog/20240623-addgithubforcors
Browse files Browse the repository at this point in the history
add swagger url to cors
  • Loading branch information
socraticDevBlog authored Jun 23, 2024
2 parents 07abb3c + 3972c95 commit 7865fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ variable "virtualenv_id" {

variable "cors_allow_origins" {
type = set(string)
default = ["https://dailybuild.org"]
default = ["https://dailybuild.org", "https://socraticdevblog.github.io"]
}

variable "notification_email" {
Expand Down

0 comments on commit 7865fb3

Please sign in to comment.