feat: Update CORS origins to use port 3091 and include a new IP address.
This commit is contained in:
parent
b02afc7f79
commit
907dd607f2
@ -44,9 +44,9 @@ app.add_middleware(CatchAllMiddleware)
|
|||||||
|
|
||||||
# CORS middleware
|
# CORS middleware
|
||||||
origins = [
|
origins = [
|
||||||
"http://localhost:3000",
|
"http://localhost:3091",
|
||||||
"http://127.0.0.1:3000",
|
"http://127.0.0.1:3091",
|
||||||
"http://localhost:8000",
|
"http://192.168.50.130:3091",
|
||||||
]
|
]
|
||||||
|
|
||||||
app.add_middleware(
|
app.add_middleware(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user