Compare commits
No commits in common. "82855cf59851495f75b3c9a39d072eb24bf7b33c" and "e659b82905f68f53d5fb5f5fe2a7765e030135c9" have entirely different histories.
82855cf598
...
e659b82905
@ -242,8 +242,6 @@ 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(
|
||||
@ -1233,5 +1231,4 @@ 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