Compare commits
2 Commits
e659b82905
...
82855cf598
| Author | SHA1 | Date | |
|---|---|---|---|
| 82855cf598 | |||
| 7edf115b85 |
@ -242,6 +242,8 @@ allowed_origins = [
|
|||||||
"http://localhost:3000",
|
"http://localhost:3000",
|
||||||
"https://my-recipes.dvirlabs.com",
|
"https://my-recipes.dvirlabs.com",
|
||||||
"http://my-recipes.dvirlabs.com",
|
"http://my-recipes.dvirlabs.com",
|
||||||
|
"http://my-recipes.aws-dvirlabs.com",
|
||||||
|
"https://my-recipes.aws-dvirlabs.com"
|
||||||
]
|
]
|
||||||
|
|
||||||
app.add_middleware(
|
app.add_middleware(
|
||||||
@ -1232,3 +1234,4 @@ def trigger_restore(
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
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