chore: release 0.0.1
This commit is contained in:
@@ -10,7 +10,13 @@ app = FastAPI(title="Wolai Backend", version="0.1.0-stage0")
|
||||
|
||||
app.add_middleware(
|
||||
CORSMiddleware,
|
||||
allow_origins=[settings.frontend_url, "http://localhost:3000", "http://localhost:3001"],
|
||||
allow_origins=[
|
||||
settings.frontend_url,
|
||||
"http://localhost:3000",
|
||||
"http://localhost:3001",
|
||||
"http://127.0.0.1:3000",
|
||||
"http://127.0.0.1:3001",
|
||||
],
|
||||
allow_credentials=True,
|
||||
allow_methods=["*"],
|
||||
allow_headers=["*"],
|
||||
|
||||
Reference in New Issue
Block a user