Spaces:
Running
Running
Update railway_app.py
Browse files- 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=["*"],
|