public ip on azure
This commit is contained in:
parent
d52f39b4ee
commit
97616d3fda
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ app = FastAPI(title="PowerOn | Data Platform API", description="Backend-API für
|
||||||
# CORS-Konfiguration für Frontend-Anfragen
|
# CORS-Konfiguration für Frontend-Anfragen
|
||||||
app.add_middleware(
|
app.add_middleware(
|
||||||
CORSMiddleware,
|
CORSMiddleware,
|
||||||
allow_origins=["http://localhost:8080"],
|
allow_origins=["http://localhost:8080","https://poweron-gateway-fsahaxgbfee8djea.germanywestcentral-01.azurewebsites.net/"],
|
||||||
allow_credentials=True,
|
allow_credentials=True,
|
||||||
allow_methods=["*"],
|
allow_methods=["*"],
|
||||||
allow_headers=["*"],
|
allow_headers=["*"],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue