Add NGINX Proxy Manager IP to CORS allowed origins in main.py
This commit is contained in:
@@ -7,7 +7,7 @@ app = FastAPI()
|
||||
|
||||
app.add_middleware(
|
||||
CORSMiddleware,
|
||||
allow_origins=["https://overlays.ramforth.net"],
|
||||
allow_origins=["https://overlays.ramforth.net", "http://192.168.10.16"],
|
||||
allow_credentials=True,
|
||||
allow_methods=["*"],
|
||||
allow_headers=["*"],
|
||||
|
||||
Reference in New Issue
Block a user