Compare commits
2 Commits
e659b82905
...
82855cf598
| Author | SHA1 | Date | |
|---|---|---|---|
| 82855cf598 | |||
| 7edf115b85 |
@ -242,6 +242,8 @@ allowed_origins = [
|
||||
"http://localhost:3000",
|
||||
"https://my-recipes.dvirlabs.com",
|
||||
"http://my-recipes.dvirlabs.com",
|
||||
"http://my-recipes.aws-dvirlabs.com",
|
||||
"https://my-recipes.aws-dvirlabs.com"
|
||||
]
|
||||
|
||||
app.add_middleware(
|
||||
@ -1231,4 +1233,5 @@ def trigger_restore(
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
uvicorn.run("main:app", host="0.0.0.0", port=8000, reload=True)
|
||||
uvicorn.run("main:app", host="0.0.0.0", port=8000, reload=True)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user