Skip to content

Commit

Permalink
Merge pull request #404 from gemini-hlsw/SCHED-608
Browse files Browse the repository at this point in the history
SCHED-608: Add gemini.edu DNS to COORS
  • Loading branch information
stroncod committed Feb 14, 2024
2 parents c73023a + 1bcce5d commit e1a67f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scheduler/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
origins = [
"https://schedule-subscriber-staging.herokuapp.com",
"https://gpp-schedule-ui-staging.herokuapp.com",
"http://scheduler.lucuma.xyz:5173" # dev
"http://scheduler.lucuma.xyz:5173" # dev,
"https://schedule-staging.gemini.edu/",
"https://schedule.gemini.edu/"
]

app.add_middleware(
Expand Down

0 comments on commit e1a67f8

Please sign in to comment.