saemstunes commited on
Commit
abbebe0
·
verified ·
1 Parent(s): 1e51c29

Update railway_app.py

Browse files
Files changed (1) hide show
  1. railway_app.py +1 -2
railway_app.py CHANGED
@@ -127,8 +127,7 @@ app.add_middleware(
127
  CORSMiddleware,
128
  allow_origins=[
129
  "https://www.saemstunes.com",
130
- "https://saemstunes.com",
131
- "http://localhost:8080" # for development
132
  ]
133
  allow_credentials=True,
134
  allow_methods=["*"],
 
127
  CORSMiddleware,
128
  allow_origins=[
129
  "https://www.saemstunes.com",
130
+ "https://saemstunes.com"
 
131
  ]
132
  allow_credentials=True,
133
  allow_methods=["*"],