Skip to content

Commit

Permalink
add the right domains
Browse files Browse the repository at this point in the history
  • Loading branch information
vallard committed Jul 10, 2022
1 parent 339661d commit 1508241
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app-api/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
origins = [
"http://localhost",
"http://localhost:3000",
"https://pdxtotheworld.com",
"https://pdx.totheworld.app",
"https://www.pdx.totheworld.app",
"https://app.k8s.castlerock.ai",
"https://www.app.k8s.castlerock.ai",
]

app.add_middleware(
Expand Down

0 comments on commit 1508241

Please sign in to comment.